Interface DeleteDataRepositoryAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteDataRepositoryAssociationResponse.Builder,
,DeleteDataRepositoryAssociationResponse> FSxResponse.Builder
,SdkBuilder<DeleteDataRepositoryAssociationResponse.Builder,
,DeleteDataRepositoryAssociationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteDataRepositoryAssociationResponse
public static interface DeleteDataRepositoryAssociationResponse.Builder
extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteDataRepositoryAssociationResponse.Builder,DeleteDataRepositoryAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionassociationId
(String associationId) The ID of the data repository association being deleted.deleteDataInFileSystem
(Boolean deleteDataInFileSystem) Indicates whether data in the file system that corresponds to the data repository association is being deleted.Describes the lifecycle state of the data repository association being deleted.lifecycle
(DataRepositoryLifecycle lifecycle) Describes the lifecycle state of the data repository association being deleted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.Builder
build, responseMetadata, responseMetadata
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
associationId
The ID of the data repository association being deleted.
- Parameters:
associationId
- The ID of the data repository association being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycle
Describes the lifecycle state of the data repository association being deleted.
- Parameters:
lifecycle
- Describes the lifecycle state of the data repository association being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycle
Describes the lifecycle state of the data repository association being deleted.
- Parameters:
lifecycle
- Describes the lifecycle state of the data repository association being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deleteDataInFileSystem
DeleteDataRepositoryAssociationResponse.Builder deleteDataInFileSystem(Boolean deleteDataInFileSystem) Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is
false
.- Parameters:
deleteDataInFileSystem
- Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default isfalse
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-