Interface SetSmbGuestPasswordRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SetSmbGuestPasswordRequest.Builder,
,SetSmbGuestPasswordRequest> SdkBuilder<SetSmbGuestPasswordRequest.Builder,
,SetSmbGuestPasswordRequest> SdkPojo
,SdkRequest.Builder
,StorageGatewayRequest.Builder
- Enclosing class:
SetSmbGuestPasswordRequest
@Mutable
@NotThreadSafe
public static interface SetSmbGuestPasswordRequest.Builder
extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<SetSmbGuestPasswordRequest.Builder,SetSmbGuestPasswordRequest>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayARN
(String gatewayARN) The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
Method Details
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SetSmbGuestPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-