public static interface CreateDataflowEndpointGroupRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<CreateDataflowEndpointGroupRequest.Builder,CreateDataflowEndpointGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDataflowEndpointGroupRequest.Builder |
contactPostPassDurationSeconds(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.Builder |
contactPrePassDurationSeconds(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.Builder |
endpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest.Builder |
endpointDetails(Consumer<EndpointDetails.Builder>... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest.Builder |
endpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
|
CreateDataflowEndpointGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDataflowEndpointGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDataflowEndpointGroupRequest.Builder |
tags(Map<String,String> tags)
Tags of a dataflow endpoint group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDataflowEndpointGroupRequest.Builder contactPostPassDurationSeconds(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.CreateDataflowEndpointGroupRequest.Builder contactPrePassDurationSeconds(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.CreateDataflowEndpointGroupRequest.Builder endpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.CreateDataflowEndpointGroupRequest.Builder endpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
endpointDetails - Endpoint details of each endpoint in the dataflow endpoint group.CreateDataflowEndpointGroupRequest.Builder endpointDetails(Consumer<EndpointDetails.Builder>... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
This is a convenience method that creates an instance of theEndpointDetails.Builder avoiding the need to
create one manually via EndpointDetails.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #endpointDetails(List.
endpointDetails - a consumer that will call methods on
EndpointDetails.Builder#endpointDetails(java.util.Collection) CreateDataflowEndpointGroupRequest.Builder tags(Map<String,String> tags)
Tags of a dataflow endpoint group.
tags - Tags of a dataflow endpoint group.CreateDataflowEndpointGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDataflowEndpointGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.