public static interface DeleteDataRepositoryAssociationResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteDataRepositoryAssociationResponse.Builder,DeleteDataRepositoryAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteDataRepositoryAssociationResponse.Builder |
associationId(String associationId)
The ID of the data repository association being deleted.
|
DeleteDataRepositoryAssociationResponse.Builder |
deleteDataInFileSystem(Boolean deleteDataInFileSystem)
Indicates whether data in the file system that corresponds to the data repository association is being
deleted.
|
DeleteDataRepositoryAssociationResponse.Builder |
lifecycle(DataRepositoryLifecycle lifecycle)
Describes the lifecycle state of the data repository association being deleted.
|
DeleteDataRepositoryAssociationResponse.Builder |
lifecycle(String lifecycle)
Describes the lifecycle state of the data repository association being deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDataRepositoryAssociationResponse.Builder associationId(String associationId)
The ID of the data repository association being deleted.
associationId - The ID of the data repository association being deleted.DeleteDataRepositoryAssociationResponse.Builder lifecycle(String lifecycle)
Describes the lifecycle state of the data repository association being deleted.
lifecycle - Describes the lifecycle state of the data repository association being deleted.DataRepositoryLifecycle,
DataRepositoryLifecycleDeleteDataRepositoryAssociationResponse.Builder lifecycle(DataRepositoryLifecycle lifecycle)
Describes the lifecycle state of the data repository association being deleted.
lifecycle - Describes the lifecycle state of the data repository association being deleted.DataRepositoryLifecycle,
DataRepositoryLifecycleDeleteDataRepositoryAssociationResponse.Builder deleteDataInFileSystem(Boolean deleteDataInFileSystem)
Indicates whether data in the file system that corresponds to the data repository association is being
deleted. Default is false.
deleteDataInFileSystem - Indicates whether data in the file system that corresponds to the data repository association is being
deleted. Default is false.Copyright © 2023. All rights reserved.