Interface CreateDataflowEndpointGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDataflowEndpointGroupRequest.Builder,CreateDataflowEndpointGroupRequest>,GroundStationRequest.Builder,SdkBuilder<CreateDataflowEndpointGroupRequest.Builder,CreateDataflowEndpointGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDataflowEndpointGroupRequest
public static interface CreateDataflowEndpointGroupRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<CreateDataflowEndpointGroupRequest.Builder,CreateDataflowEndpointGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDataflowEndpointGroupRequest.BuildercontactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASSstate.CreateDataflowEndpointGroupRequest.BuildercontactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASSstate.CreateDataflowEndpointGroupRequest.BuilderendpointDetails(Collection<EndpointDetails> endpointDetails)Endpoint details of each endpoint in the dataflow endpoint group.CreateDataflowEndpointGroupRequest.BuilderendpointDetails(Consumer<EndpointDetails.Builder>... endpointDetails)Endpoint details of each endpoint in the dataflow endpoint group.CreateDataflowEndpointGroupRequest.BuilderendpointDetails(EndpointDetails... endpointDetails)Endpoint details of each endpoint in the dataflow endpoint group.CreateDataflowEndpointGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDataflowEndpointGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDataflowEndpointGroupRequest.Buildertags(Map<String,String> tags)Tags of a dataflow endpoint group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
contactPostPassDurationSeconds
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
POSTPASSstate. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits thePOSTPASSstate.- Parameters:
contactPostPassDurationSeconds- Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASSstate. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits thePOSTPASSstate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactPrePassDurationSeconds
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
PREPASSstate. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits thePREPASSstate.- Parameters:
contactPrePassDurationSeconds- Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASSstate. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits thePREPASSstate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointDetails
CreateDataflowEndpointGroupRequest.Builder endpointDetails(Collection<EndpointDetails> endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
- Parameters:
endpointDetails- Endpoint details of each endpoint in the dataflow endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointDetails
CreateDataflowEndpointGroupRequest.Builder endpointDetails(EndpointDetails... endpointDetails)
Endpoint details of each endpoint in the dataflow endpoint group.
- Parameters:
endpointDetails- Endpoint details of each endpoint in the dataflow endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointDetails
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.Builderavoiding the need to create one manually viaEndpointDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#endpointDetails(List.) - Parameters:
endpointDetails- a consumer that will call methods onEndpointDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#endpointDetails(java.util.Collection)
-
tags
CreateDataflowEndpointGroupRequest.Builder tags(Map<String,String> tags)
Tags of a dataflow endpoint group.
- Parameters:
tags- Tags of a dataflow endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDataflowEndpointGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDataflowEndpointGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-