Interface UplinkAwsGroundStationAgentEndpoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UplinkAwsGroundStationAgentEndpoint.Builder,,UplinkAwsGroundStationAgentEndpoint> SdkBuilder<UplinkAwsGroundStationAgentEndpoint.Builder,,UplinkAwsGroundStationAgentEndpoint> SdkPojo
- Enclosing class:
UplinkAwsGroundStationAgentEndpoint
@Mutable
@NotThreadSafe
public static interface UplinkAwsGroundStationAgentEndpoint.Builder
extends SdkPojo, CopyableBuilder<UplinkAwsGroundStationAgentEndpoint.Builder,UplinkAwsGroundStationAgentEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptiondataflowDetails(Consumer<UplinkDataflowDetails.Builder> dataflowDetails) Dataflow details for the uplink endpointdataflowDetails(UplinkDataflowDetails dataflowDetails) Dataflow details for the uplink endpointUplink dataflow endpoint nameMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Uplink dataflow endpoint name
- Parameters:
name- Uplink dataflow endpoint name- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowDetails
Dataflow details for the uplink endpoint
- Parameters:
dataflowDetails- Dataflow details for the uplink endpoint- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowDetails
default UplinkAwsGroundStationAgentEndpoint.Builder dataflowDetails(Consumer<UplinkDataflowDetails.Builder> dataflowDetails) Dataflow details for the uplink endpoint
This is a convenience method that creates an instance of theUplinkDataflowDetails.Builderavoiding the need to create one manually viaUplinkDataflowDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataflowDetails(UplinkDataflowDetails).- Parameters:
dataflowDetails- a consumer that will call methods onUplinkDataflowDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-