Interface UpdateSmbFileShareVisibilityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSmbFileShareVisibilityRequest.Builder,UpdateSmbFileShareVisibilityRequest>,SdkBuilder<UpdateSmbFileShareVisibilityRequest.Builder,UpdateSmbFileShareVisibilityRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- UpdateSmbFileShareVisibilityRequest
public static interface UpdateSmbFileShareVisibilityRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateSmbFileShareVisibilityRequest.Builder,UpdateSmbFileShareVisibilityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSmbFileShareVisibilityRequest.BuilderfileSharesVisible(Boolean fileSharesVisible)The shares on this gateway appear when listing shares.UpdateSmbFileShareVisibilityRequest.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.UpdateSmbFileShareVisibilityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSmbFileShareVisibilityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
UpdateSmbFileShareVisibilityRequest.Builder gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.- Parameters:
gatewayARN- The new value for the GatewayARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSharesVisible
UpdateSmbFileShareVisibilityRequest.Builder fileSharesVisible(Boolean fileSharesVisible)
The shares on this gateway appear when listing shares.
- Parameters:
fileSharesVisible- The shares on this gateway appear when listing shares.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSmbFileShareVisibilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSmbFileShareVisibilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-