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) |
DeleteFileShareRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFileShareRequest.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)
overrideConfiguration in interface AwsRequest.BuilderDeleteFileShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.