@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() |
boolean |
equals(Object obj) |
Integer |
getContactPostPassDurationSeconds()
Amount of time, in seconds, after a contact ends for the contact to remain in a
POSTPASS state. |
Integer |
getContactPrePassDurationSeconds()
Amount of time, in seconds, prior to contact start for the contact to remain 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 for the contact to remain in a
POSTPASS state. |
void |
setContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, prior to contact start for the contact to remain 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 for the contact to remain in a
POSTPASS state. |
CreateDataflowEndpointGroupRequest |
withContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, prior to contact start for the contact to remain 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, copyBaseTo, 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 for the contact to remain in a POSTPASS state. A
CloudWatch event is emitted when the contact enters and exits the POSTPASS state.
contactPostPassDurationSeconds - Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS
state. A CloudWatch event is emitted when the contact enters and exits the POSTPASS state.public Integer getContactPostPassDurationSeconds()
Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS state. A
CloudWatch event is emitted when the contact enters and exits the POSTPASS state.
POSTPASS
state. A CloudWatch event is emitted when the contact enters and exits the POSTPASS state.public CreateDataflowEndpointGroupRequest withContactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)
Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS state. A
CloudWatch event is emitted when the contact enters and exits the POSTPASS state.
contactPostPassDurationSeconds - Amount of time, in seconds, after a contact ends for the contact to remain in a POSTPASS
state. A CloudWatch event is emitted when the contact enters and exits the POSTPASS state.public void setContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS state. A
CloudWatch event is emitted when the contact enters and exits the PREPASS state.
contactPrePassDurationSeconds - Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS
state. A CloudWatch event is emitted when the contact enters and exits the PREPASS state.public Integer getContactPrePassDurationSeconds()
Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS state. A
CloudWatch event is emitted when the contact enters and exits the PREPASS state.
PREPASS
state. A CloudWatch event is emitted when the contact enters and exits the PREPASS state.public CreateDataflowEndpointGroupRequest withContactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)
Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS state. A
CloudWatch event is emitted when the contact enters and exits the PREPASS state.
contactPrePassDurationSeconds - Amount of time, in seconds, prior to contact start for the contact to remain in a PREPASS
state. A CloudWatch event is emitted when the contact 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()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.