Interface CreateEndpointDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CreateEndpointDetails.Builder,,CreateEndpointDetails> SdkBuilder<CreateEndpointDetails.Builder,,CreateEndpointDetails> SdkPojo
- Enclosing class:
CreateEndpointDetails
@Mutable
@NotThreadSafe
public static interface CreateEndpointDetails.Builder
extends SdkPojo, CopyableBuilder<CreateEndpointDetails.Builder,CreateEndpointDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateEndpointDetails.BuilderdownlinkAwsGroundStationAgentEndpoint(Consumer<DownlinkAwsGroundStationAgentEndpoint.Builder> downlinkAwsGroundStationAgentEndpoint) Definition for a downlink agent endpointdownlinkAwsGroundStationAgentEndpoint(DownlinkAwsGroundStationAgentEndpoint downlinkAwsGroundStationAgentEndpoint) Definition for a downlink agent endpointdefault CreateEndpointDetails.BuilderuplinkAwsGroundStationAgentEndpoint(Consumer<UplinkAwsGroundStationAgentEndpoint.Builder> uplinkAwsGroundStationAgentEndpoint) Definition for an uplink agent endpointuplinkAwsGroundStationAgentEndpoint(UplinkAwsGroundStationAgentEndpoint uplinkAwsGroundStationAgentEndpoint) Definition for an uplink agent endpointMethods 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
-
uplinkAwsGroundStationAgentEndpoint
CreateEndpointDetails.Builder uplinkAwsGroundStationAgentEndpoint(UplinkAwsGroundStationAgentEndpoint uplinkAwsGroundStationAgentEndpoint) Definition for an uplink agent endpoint
- Parameters:
uplinkAwsGroundStationAgentEndpoint- Definition for an uplink agent endpoint- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uplinkAwsGroundStationAgentEndpoint
default CreateEndpointDetails.Builder uplinkAwsGroundStationAgentEndpoint(Consumer<UplinkAwsGroundStationAgentEndpoint.Builder> uplinkAwsGroundStationAgentEndpoint) Definition for an uplink agent endpoint
This is a convenience method that creates an instance of theUplinkAwsGroundStationAgentEndpoint.Builderavoiding the need to create one manually viaUplinkAwsGroundStationAgentEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touplinkAwsGroundStationAgentEndpoint(UplinkAwsGroundStationAgentEndpoint).- Parameters:
uplinkAwsGroundStationAgentEndpoint- a consumer that will call methods onUplinkAwsGroundStationAgentEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
downlinkAwsGroundStationAgentEndpoint
CreateEndpointDetails.Builder downlinkAwsGroundStationAgentEndpoint(DownlinkAwsGroundStationAgentEndpoint downlinkAwsGroundStationAgentEndpoint) Definition for a downlink agent endpoint
- Parameters:
downlinkAwsGroundStationAgentEndpoint- Definition for a downlink agent endpoint- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
downlinkAwsGroundStationAgentEndpoint
default CreateEndpointDetails.Builder downlinkAwsGroundStationAgentEndpoint(Consumer<DownlinkAwsGroundStationAgentEndpoint.Builder> downlinkAwsGroundStationAgentEndpoint) Definition for a downlink agent endpoint
This is a convenience method that creates an instance of theDownlinkAwsGroundStationAgentEndpoint.Builderavoiding the need to create one manually viaDownlinkAwsGroundStationAgentEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todownlinkAwsGroundStationAgentEndpoint(DownlinkAwsGroundStationAgentEndpoint).- Parameters:
downlinkAwsGroundStationAgentEndpoint- a consumer that will call methods onDownlinkAwsGroundStationAgentEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-