@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataflowEndpointGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateDataflowEndpointGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateDataflowEndpointGroupRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDataflowEndpointGroupRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDataflowEndpointGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getContactPostPassDurationSeconds()
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
POSTPASS state. |
Integer |
getContactPrePassDurationSeconds()
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
PREPASS state. |
List<EndpointDetails> |
getEndpointDetails()
Endpoint details of each endpoint in the dataflow endpoint group.
|
Map<String,String> |
getTags()
Tags of a dataflow endpoint group.
|
int |
hashCode() |
void |
setContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
POSTPASS state. |
void |
setContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
PREPASS state. |
void |
setEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
void |
setTags(Map<String,String> tags)
Tags of a dataflow endpoint group.
|
String |
toString()
Returns a string representation of this object.
|
CreateDataflowEndpointGroupRequest |
withContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a
POSTPASS state. |
CreateDataflowEndpointGroupRequest |
withContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a
PREPASS state. |
CreateDataflowEndpointGroupRequest |
withEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest |
withEndpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest |
withTags(Map<String,String> tags)
Tags of a dataflow endpoint group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setContactPostPassDurationSeconds(Integer 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.
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.public Integer getContactPostPassDurationSeconds()
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 CreateDataflowEndpointGroupRequest withContactPostPassDurationSeconds(Integer 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.
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.public void setContactPrePassDurationSeconds(Integer 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.
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.public Integer getContactPrePassDurationSeconds()
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 CreateDataflowEndpointGroupRequest withContactPrePassDurationSeconds(Integer 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.
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.public List<EndpointDetails> getEndpointDetails()
Endpoint details of each endpoint in the dataflow endpoint group.
public void setEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.public CreateDataflowEndpointGroupRequest withEndpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
NOTE: This method appends the values to the existing list (if any). Use
setEndpointDetails(java.util.Collection) or withEndpointDetails(java.util.Collection) if you
want to override the existing values.
endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.public CreateDataflowEndpointGroupRequest withEndpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.public Map<String,String> getTags()
Tags of a dataflow endpoint group.
public void setTags(Map<String,String> tags)
Tags of a dataflow endpoint group.
tags - Tags of a dataflow endpoint group.public CreateDataflowEndpointGroupRequest withTags(Map<String,String> tags)
Tags of a dataflow endpoint group.
tags - Tags of a dataflow endpoint group.public CreateDataflowEndpointGroupRequest addTagsEntry(String key, String value)
public CreateDataflowEndpointGroupRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateDataflowEndpointGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()