Interface CreateDataflowEndpointGroupV2Request.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDataflowEndpointGroupV2Request.Builder,,CreateDataflowEndpointGroupV2Request> GroundStationRequest.Builder,SdkBuilder<CreateDataflowEndpointGroupV2Request.Builder,,CreateDataflowEndpointGroupV2Request> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateDataflowEndpointGroupV2Request
-
Method Summary
Modifier and TypeMethodDescriptioncontactPostPassDurationSeconds(Integer contactPostPassDurationSeconds) Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASSstate.contactPrePassDurationSeconds(Integer contactPrePassDurationSeconds) Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASSstate.endpoints(Collection<CreateEndpointDetails> endpoints) Dataflow endpoint group's endpoint definitionsendpoints(Consumer<CreateEndpointDetails.Builder>... endpoints) Dataflow endpoint group's endpoint definitionsendpoints(CreateEndpointDetails... endpoints) Dataflow endpoint group's endpoint definitionsoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Tags of a V2 dataflow endpoint group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
endpoints
Dataflow endpoint group's endpoint definitions
- Parameters:
endpoints- Dataflow endpoint group's endpoint definitions- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
Dataflow endpoint group's endpoint definitions
- Parameters:
endpoints- Dataflow endpoint group's endpoint definitions- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
CreateDataflowEndpointGroupV2Request.Builder endpoints(Consumer<CreateEndpointDetails.Builder>... endpoints) Dataflow endpoint group's endpoint definitions
This is a convenience method that creates an instance of theCreateEndpointDetails.Builderavoiding the need to create one manually viaCreateEndpointDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpoints(List<CreateEndpointDetails>).- Parameters:
endpoints- a consumer that will call methods onCreateEndpointDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contactPrePassDurationSeconds
CreateDataflowEndpointGroupV2Request.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.
-
contactPostPassDurationSeconds
CreateDataflowEndpointGroupV2Request.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.
-
tags
Tags of a V2 dataflow endpoint group.
- Parameters:
tags- Tags of a V2 dataflow endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDataflowEndpointGroupV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateDataflowEndpointGroupV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-