public static interface DeleteFileShareRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteFileShareRequest.Builder,DeleteFileShareRequest>
Modifier and Type | Method and Description |
---|---|
DeleteFileShareRequest.Builder |
fileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the file share to be deleted.
|
DeleteFileShareRequest.Builder |
forceDelete(Boolean forceDelete)
If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to
AWS.
|
DeleteFileShareRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteFileShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteFileShareRequest.Builder fileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the file share to be deleted.
fileShareARN
- The Amazon Resource Name (ARN) of the file share to be deleted.DeleteFileShareRequest.Builder forceDelete(Boolean forceDelete)
If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to AWS. Otherwise, the file share is not deleted until all data is uploaded to AWS. This process aborts the data upload process, and the file share enters the FORCE_DELETING status.
forceDelete
- If this value is set to true, the operation deletes a file share immediately and aborts all data
uploads to AWS. Otherwise, the file share is not deleted until all data is uploaded to AWS. This
process aborts the data upload process, and the file share enters the FORCE_DELETING status.DeleteFileShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteFileShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.