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 aPOSTPASSstate.contactPrePassDurationSeconds(Integer contactPrePassDurationSeconds) Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASSstate.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
copyMethods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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
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
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.Builderavoiding the need to create one manually viaEndpointDetails.builder().When the
Consumercompletes,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.
 
 
 -