public static interface RotateTunnelAccessTokenRequest.Builder extends IoTSecureTunnelingRequest.Builder, SdkPojo, CopyableBuilder<RotateTunnelAccessTokenRequest.Builder,RotateTunnelAccessTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
RotateTunnelAccessTokenRequest.Builder |
clientMode(ClientMode clientMode)
The mode of the client that will use the client token, which can be either the source or destination, or both
source and destination.
|
RotateTunnelAccessTokenRequest.Builder |
clientMode(String clientMode)
The mode of the client that will use the client token, which can be either the source or destination, or both
source and destination.
|
default RotateTunnelAccessTokenRequest.Builder |
destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig)
Sets the value of the DestinationConfig property for this object.
|
RotateTunnelAccessTokenRequest.Builder |
destinationConfig(DestinationConfig destinationConfig)
Sets the value of the DestinationConfig property for this object.
|
RotateTunnelAccessTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RotateTunnelAccessTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RotateTunnelAccessTokenRequest.Builder |
tunnelId(String tunnelId)
The tunnel for which you want to rotate the access tokens.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRotateTunnelAccessTokenRequest.Builder tunnelId(String tunnelId)
The tunnel for which you want to rotate the access tokens.
tunnelId - The tunnel for which you want to rotate the access tokens.RotateTunnelAccessTokenRequest.Builder clientMode(String clientMode)
The mode of the client that will use the client token, which can be either the source or destination, or both source and destination.
clientMode - The mode of the client that will use the client token, which can be either the source or destination,
or both source and destination.ClientMode,
ClientModeRotateTunnelAccessTokenRequest.Builder clientMode(ClientMode clientMode)
The mode of the client that will use the client token, which can be either the source or destination, or both source and destination.
clientMode - The mode of the client that will use the client token, which can be either the source or destination,
or both source and destination.ClientMode,
ClientModeRotateTunnelAccessTokenRequest.Builder destinationConfig(DestinationConfig destinationConfig)
destinationConfig - The new value for the DestinationConfig property for this object.default RotateTunnelAccessTokenRequest.Builder destinationConfig(Consumer<DestinationConfig.Builder> destinationConfig)
DestinationConfig.Builder avoiding the
need to create one manually via DestinationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destinationConfig(DestinationConfig).
destinationConfig - a consumer that will call methods on DestinationConfig.BuilderdestinationConfig(DestinationConfig)RotateTunnelAccessTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRotateTunnelAccessTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.