public static interface StartConnectionRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<StartConnectionRequest.Builder,StartConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartConnectionRequest.Builder |
assetId(String assetId)
The ID of the Outpost server.
|
StartConnectionRequest.Builder |
clientPublicKey(String clientPublicKey)
The public key of the client.
|
StartConnectionRequest.Builder |
deviceSerialNumber(String deviceSerialNumber)
The serial number of the dongle.
|
StartConnectionRequest.Builder |
networkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex)
The device index of the network interface on the Outpost server.
|
StartConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartConnectionRequest.Builder deviceSerialNumber(String deviceSerialNumber)
The serial number of the dongle.
deviceSerialNumber - The serial number of the dongle.StartConnectionRequest.Builder assetId(String assetId)
The ID of the Outpost server.
assetId - The ID of the Outpost server.StartConnectionRequest.Builder clientPublicKey(String clientPublicKey)
The public key of the client.
clientPublicKey - The public key of the client.StartConnectionRequest.Builder networkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex)
The device index of the network interface on the Outpost server.
networkInterfaceDeviceIndex - The device index of the network interface on the Outpost server.StartConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.