/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.groundstation.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class CreateDataflowEndpointGroupRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
* POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
*
* Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
* PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
*
* Endpoint details of each endpoint in the dataflow endpoint group. *
*/ private java.util.List* Tags of a dataflow endpoint group. *
*/ private java.util.Map
* Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
* POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
*
POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the POSTPASS
state.
*/
public void setContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds) {
this.contactPostPassDurationSeconds = contactPostPassDurationSeconds;
}
/**
*
* Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
* POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
*
POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the POSTPASS
state.
*/
public Integer getContactPostPassDurationSeconds() {
return this.contactPostPassDurationSeconds;
}
/**
*
* Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
* POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the POSTPASS
state.
*
POSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the POSTPASS
state.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CreateDataflowEndpointGroupRequest withContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds) {
setContactPostPassDurationSeconds(contactPostPassDurationSeconds);
return this;
}
/**
*
* Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
* PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
*
PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the PREPASS
state.
*/
public void setContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds) {
this.contactPrePassDurationSeconds = contactPrePassDurationSeconds;
}
/**
*
* Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
* PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
*
PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the PREPASS
state.
*/
public Integer getContactPrePassDurationSeconds() {
return this.contactPrePassDurationSeconds;
}
/**
*
* Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
* PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the
* Dataflow Endpoint Group enters and exits the PREPASS
state.
*
PREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be
* emitted when the Dataflow Endpoint Group enters and exits the PREPASS
state.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CreateDataflowEndpointGroupRequest withContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds) {
setContactPrePassDurationSeconds(contactPrePassDurationSeconds);
return this;
}
/**
* * Endpoint details of each endpoint in the dataflow endpoint group. *
* * @return Endpoint details of each endpoint in the dataflow endpoint group. */ public java.util.List* Endpoint details of each endpoint in the dataflow endpoint group. *
* * @param endpointDetails * Endpoint details of each endpoint in the dataflow endpoint group. */ public void setEndpointDetails(java.util.Collection* Endpoint details of each endpoint in the dataflow endpoint group. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setEndpointDetails(java.util.Collection)} or {@link #withEndpointDetails(java.util.Collection)} if you * want to override the existing values. *
* * @param endpointDetails * Endpoint details of each endpoint in the dataflow endpoint group. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateDataflowEndpointGroupRequest withEndpointDetails(EndpointDetails... endpointDetails) { if (this.endpointDetails == null) { setEndpointDetails(new java.util.ArrayList* Endpoint details of each endpoint in the dataflow endpoint group. *
* * @param endpointDetails * Endpoint details of each endpoint in the dataflow endpoint group. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateDataflowEndpointGroupRequest withEndpointDetails(java.util.Collection* Tags of a dataflow endpoint group. *
* * @return Tags of a dataflow endpoint group. */ public java.util.Map* Tags of a dataflow endpoint group. *
* * @param tags * Tags of a dataflow endpoint group. */ public void setTags(java.util.Map* Tags of a dataflow endpoint group. *
* * @param tags * Tags of a dataflow endpoint group. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateDataflowEndpointGroupRequest withTags(java.util.Map