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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartConnectionRequest.BuilderassetId(String assetId)The ID of the Outpost server.StartConnectionRequest.BuilderclientPublicKey(String clientPublicKey)The public key of the client.StartConnectionRequest.BuilderdeviceSerialNumber(String deviceSerialNumber)The serial number of the dongle.StartConnectionRequest.BuildernetworkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex)The device index of the network interface on the Outpost server.StartConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
deviceSerialNumber
StartConnectionRequest.Builder deviceSerialNumber(String 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
StartConnectionRequest.Builder assetId(String 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
StartConnectionRequest.Builder clientPublicKey(String 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
StartConnectionRequest.Builder networkInterfaceDeviceIndex(Integer 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
-
-