public static interface SetLocalConsolePasswordRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<SetLocalConsolePasswordRequest.Builder,SetLocalConsolePasswordRequest>
| Modifier and Type | Method and Description |
|---|---|
SetLocalConsolePasswordRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
SetLocalConsolePasswordRequest.Builder |
localConsolePassword(String localConsolePassword)
The password you want to set for your VM local console.
|
SetLocalConsolePasswordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SetLocalConsolePasswordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildSetLocalConsolePasswordRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.SetLocalConsolePasswordRequest.Builder localConsolePassword(String localConsolePassword)
The password you want to set for your VM local console.
localConsolePassword - The password you want to set for your VM local console.SetLocalConsolePasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SetLocalConsolePasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.