Interface StartConnectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartConnectionRequest.Builder,,StartConnectionRequest> OutpostsRequest.Builder,SdkBuilder<StartConnectionRequest.Builder,,StartConnectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartConnectionRequest
@Mutable
@NotThreadSafe
public static interface StartConnectionRequest.Builder
extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<StartConnectionRequest.Builder,StartConnectionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Outpost server.clientPublicKey(String clientPublicKey) The public key of the client.deviceSerialNumber(String deviceSerialNumber) The serial number of the dongle.networkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex) The device index of the network interface on the Outpost server.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
deviceSerialNumber
The serial number of the dongle.
- Parameters:
deviceSerialNumber- The serial number of the dongle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetId
The ID of the Outpost server.
- Parameters:
assetId- The ID of the Outpost server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientPublicKey
The public key of the client.
- Parameters:
clientPublicKey- The public key of the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceDeviceIndex
The device index of the network interface on the Outpost server.
- Parameters:
networkInterfaceDeviceIndex- The device index of the network interface on the Outpost server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-