public static interface DeleteDataRepositoryAssociationRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DeleteDataRepositoryAssociationRequest.Builder,DeleteDataRepositoryAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDataRepositoryAssociationRequest.Builder |
associationId(String associationId)
The ID of the data repository association that you want to delete.
|
DeleteDataRepositoryAssociationRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
DeleteDataRepositoryAssociationRequest.Builder |
deleteDataInFileSystem(Boolean deleteDataInFileSystem)
Set to
true to delete the data in the file system that corresponds to the data repository
association. |
DeleteDataRepositoryAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDataRepositoryAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDataRepositoryAssociationRequest.Builder associationId(String associationId)
The ID of the data repository association that you want to delete.
associationId - The ID of the data repository association that you want to delete.DeleteDataRepositoryAssociationRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.DeleteDataRepositoryAssociationRequest.Builder deleteDataInFileSystem(Boolean deleteDataInFileSystem)
Set to true to delete the data in the file system that corresponds to the data repository
association.
deleteDataInFileSystem - Set to true to delete the data in the file system that corresponds to the data repository
association.DeleteDataRepositoryAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDataRepositoryAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.