public static interface GetDataflowEndpointGroupResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetDataflowEndpointGroupResponse.Builder,GetDataflowEndpointGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
GetDataflowEndpointGroupResponse.Builder |
dataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
|
GetDataflowEndpointGroupResponse.Builder |
dataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
|
GetDataflowEndpointGroupResponse.Builder |
endpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResponse.Builder |
endpointsDetails(Consumer<EndpointDetails.Builder>... endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResponse.Builder |
endpointsDetails(EndpointDetails... endpointsDetails)
Details of a dataflow endpoint.
|
GetDataflowEndpointGroupResponse.Builder |
tags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataflowEndpointGroupResponse.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 the POSTPASS state.
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 the POSTPASS state.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 the PREPASS state.
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 the PREPASS state.GetDataflowEndpointGroupResponse.Builder dataflowEndpointGroupArn(String dataflowEndpointGroupArn)
ARN of a dataflow endpoint group.
dataflowEndpointGroupArn - ARN of a dataflow endpoint group.GetDataflowEndpointGroupResponse.Builder dataflowEndpointGroupId(String dataflowEndpointGroupId)
UUID of a dataflow endpoint group.
dataflowEndpointGroupId - UUID of a dataflow endpoint group.GetDataflowEndpointGroupResponse.Builder endpointsDetails(Collection<EndpointDetails> endpointsDetails)
Details of a dataflow endpoint.
endpointsDetails - Details of a dataflow endpoint.GetDataflowEndpointGroupResponse.Builder endpointsDetails(EndpointDetails... endpointsDetails)
Details of a dataflow endpoint.
endpointsDetails - Details of a dataflow endpoint.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 via EndpointDetails.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #endpointsDetails(List.
endpointsDetails - a consumer that will call methods on
EndpointDetails.Builder#endpointsDetails(java.util.Collection) GetDataflowEndpointGroupResponse.Builder tags(Map<String,String> tags)
Tags assigned to a dataflow endpoint group.
tags - Tags assigned to a dataflow endpoint group.Copyright © 2023. All rights reserved.