Interface SetSmbGuestPasswordRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetSmbGuestPasswordRequest.Builder,SetSmbGuestPasswordRequest>,SdkBuilder<SetSmbGuestPasswordRequest.Builder,SetSmbGuestPasswordRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- SetSmbGuestPasswordRequest
public static interface SetSmbGuestPasswordRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<SetSmbGuestPasswordRequest.Builder,SetSmbGuestPasswordRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetSmbGuestPasswordRequest.BuildergatewayARN(String gatewayARN)The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.SetSmbGuestPasswordRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetSmbGuestPasswordRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetSmbGuestPasswordRequest.Builderpassword(String password)The password that you want to set for your SMB server.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
gatewayARN
SetSmbGuestPasswordRequest.Builder gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.
- Parameters:
gatewayARN- The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
SetSmbGuestPasswordRequest.Builder password(String password)
The password that you want to set for your SMB server.
- Parameters:
password- The password that you want to set for your SMB server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetSmbGuestPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetSmbGuestPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-