public static interface UpdateConnectionRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateConnectionRequest.Builder,UpdateConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectionRequest.Builder |
connectionId(String connectionId)
The ID of the dedicated connection.
|
UpdateConnectionRequest.Builder |
connectionName(String connectionName)
The name of the connection.
|
UpdateConnectionRequest.Builder |
encryptionMode(String encryptionMode)
The connection MAC Security (MACsec) encryption mode.
|
UpdateConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConnectionRequest.Builder connectionId(String connectionId)
The ID of the dedicated connection.
You can use DescribeConnections to retrieve the connection ID.
connectionId - The ID of the dedicated connection.
You can use DescribeConnections to retrieve the connection ID.
UpdateConnectionRequest.Builder connectionName(String connectionName)
The name of the connection.
connectionName - The name of the connection.UpdateConnectionRequest.Builder encryptionMode(String encryptionMode)
The connection MAC Security (MACsec) encryption mode.
The valid values are no_encrypt, should_encrypt, and must_encrypt.
encryptionMode - The connection MAC Security (MACsec) encryption mode.
The valid values are no_encrypt, should_encrypt, and
must_encrypt.
UpdateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.