Interface StartConnectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartConnectionRequest.Builder,
,StartConnectionRequest> OutpostsRequest.Builder
,SdkBuilder<StartConnectionRequest.Builder,
,StartConnectionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartConnectionRequest
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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-