Interface GetDataflowEndpointGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDataflowEndpointGroupResponse.Builder,GetDataflowEndpointGroupResponse>,GroundStationResponse.Builder,SdkBuilder<GetDataflowEndpointGroupResponse.Builder,GetDataflowEndpointGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDataflowEndpointGroupResponse
public static interface GetDataflowEndpointGroupResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetDataflowEndpointGroupResponse.Builder,GetDataflowEndpointGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDataflowEndpointGroupResponse.BuildercontactPostPassDurationSeconds(Integer contactPostPassDurationSeconds)Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASSstate.GetDataflowEndpointGroupResponse.BuildercontactPrePassDurationSeconds(Integer contactPrePassDurationSeconds)Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASSstate.GetDataflowEndpointGroupResponse.BuilderdataflowEndpointGroupArn(String dataflowEndpointGroupArn)ARN of a dataflow endpoint group.GetDataflowEndpointGroupResponse.BuilderdataflowEndpointGroupId(String dataflowEndpointGroupId)UUID of a dataflow endpoint group.GetDataflowEndpointGroupResponse.BuilderendpointsDetails(Collection<EndpointDetails> endpointsDetails)Details of a dataflow endpoint.GetDataflowEndpointGroupResponse.BuilderendpointsDetails(Consumer<EndpointDetails.Builder>... endpointsDetails)Details of a dataflow endpoint.GetDataflowEndpointGroupResponse.BuilderendpointsDetails(EndpointDetails... endpointsDetails)Details of a dataflow endpoint.GetDataflowEndpointGroupResponse.Buildertags(Map<String,String> tags)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
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
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
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.
-
dataflowEndpointGroupArn
GetDataflowEndpointGroupResponse.Builder dataflowEndpointGroupArn(String 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
GetDataflowEndpointGroupResponse.Builder dataflowEndpointGroupId(String 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
GetDataflowEndpointGroupResponse.Builder endpointsDetails(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
GetDataflowEndpointGroupResponse.Builder endpointsDetails(Consumer<EndpointDetails.Builder>... endpointsDetails)
Details of a dataflow endpoint.
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#endpointsDetails(List.) - 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:
#endpointsDetails(java.util.Collection)
-
tags
GetDataflowEndpointGroupResponse.Builder tags(Map<String,String> 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.
-
-