Interface DownlinkAwsGroundStationAgentEndpoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DownlinkAwsGroundStationAgentEndpoint.Builder,,DownlinkAwsGroundStationAgentEndpoint> SdkBuilder<DownlinkAwsGroundStationAgentEndpoint.Builder,,DownlinkAwsGroundStationAgentEndpoint> SdkPojo
- Enclosing class:
DownlinkAwsGroundStationAgentEndpoint
@Mutable
@NotThreadSafe
public static interface DownlinkAwsGroundStationAgentEndpoint.Builder
extends SdkPojo, CopyableBuilder<DownlinkAwsGroundStationAgentEndpoint.Builder,DownlinkAwsGroundStationAgentEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptiondataflowDetails(Consumer<DownlinkDataflowDetails.Builder> dataflowDetails) Dataflow details for the downlink endpointdataflowDetails(DownlinkDataflowDetails dataflowDetails) Dataflow details for the downlink endpointDownlink 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
Downlink dataflow endpoint name
- Parameters:
name- Downlink dataflow endpoint name- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowDetails
DownlinkAwsGroundStationAgentEndpoint.Builder dataflowDetails(DownlinkDataflowDetails dataflowDetails) Dataflow details for the downlink endpoint
- Parameters:
dataflowDetails- Dataflow details for the downlink endpoint- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowDetails
default DownlinkAwsGroundStationAgentEndpoint.Builder dataflowDetails(Consumer<DownlinkDataflowDetails.Builder> dataflowDetails) Dataflow details for the downlink endpoint
This is a convenience method that creates an instance of theDownlinkDataflowDetails.Builderavoiding the need to create one manually viaDownlinkDataflowDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataflowDetails(DownlinkDataflowDetails).- Parameters:
dataflowDetails- a consumer that will call methods onDownlinkDataflowDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-