public static interface SetSmbGuestPasswordRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<SetSmbGuestPasswordRequest.Builder,SetSmbGuestPasswordRequest>
| Modifier and Type | Method and Description |
|---|---|
SetSmbGuestPasswordRequest.Builder |
gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated with.
|
SetSmbGuestPasswordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SetSmbGuestPasswordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
SetSmbGuestPasswordRequest.Builder |
password(String password)
The password that you want to set for your SMB Server.
|
buildoverrideConfigurationcopyapplyMutation, buildSetSmbGuestPasswordRequest.Builder gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated with.
gatewayARN - The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated with.SetSmbGuestPasswordRequest.Builder password(String password)
The password that you want to set for your SMB Server.
password - The password that you want to set for your SMB Server.SetSmbGuestPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SetSmbGuestPasswordRequest.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.