Interface GetDataflowEndpointGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDataflowEndpointGroupResponse.Builder,
,GetDataflowEndpointGroupResponse> GroundStationResponse.Builder
,SdkBuilder<GetDataflowEndpointGroupResponse.Builder,
,GetDataflowEndpointGroupResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDataflowEndpointGroupResponse
-
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 aPOSTPASS
state.contactPrePassDurationSeconds
(Integer contactPrePassDurationSeconds) Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASS
state.dataflowEndpointGroupArn
(String dataflowEndpointGroupArn) ARN of a dataflow endpoint group.dataflowEndpointGroupId
(String dataflowEndpointGroupId) UUID of a dataflow endpoint group.endpointsDetails
(Collection<EndpointDetails> endpointsDetails) Details of a dataflow endpoint.endpointsDetails
(Consumer<EndpointDetails.Builder>... endpointsDetails) Details of a dataflow endpoint.endpointsDetails
(EndpointDetails... endpointsDetails) Details of a dataflow endpoint.Tags assigned to a dataflow endpoint group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
contactPostPassDurationSeconds
GetDataflowEndpointGroupResponse.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 thePOSTPASS
state.- Parameters:
contactPostPassDurationSeconds
- Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits thePOSTPASS
state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactPrePassDurationSeconds
GetDataflowEndpointGroupResponse.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 thePREPASS
state.- Parameters:
contactPrePassDurationSeconds
- Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASS
state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits thePREPASS
state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowEndpointGroupArn
ARN of a dataflow endpoint group.
- Parameters:
dataflowEndpointGroupArn
- ARN of a dataflow endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowEndpointGroupId
UUID of a dataflow endpoint group.
- Parameters:
dataflowEndpointGroupId
- UUID of a dataflow endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointsDetails
GetDataflowEndpointGroupResponse.Builder endpointsDetails(Collection<EndpointDetails> endpointsDetails) Details of a dataflow endpoint.
- Parameters:
endpointsDetails
- Details of a dataflow endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointsDetails
Details of a dataflow endpoint.
- Parameters:
endpointsDetails
- Details of a dataflow endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointsDetails
GetDataflowEndpointGroupResponse.Builder endpointsDetails(Consumer<EndpointDetails.Builder>... endpointsDetails) Details of a dataflow endpoint.
This is a convenience method that creates an instance of theEndpointDetails.Builder
avoiding the need to create one manually viaEndpointDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpointsDetails(List<EndpointDetails>)
.- Parameters:
endpointsDetails
- 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:
-
tags
Tags assigned to a dataflow endpoint group.
- Parameters:
tags
- Tags assigned to a dataflow endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-