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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDataRepositoryAssociationResponse.BuilderassociationId(String associationId)The ID of the data repository association being deleted.DeleteDataRepositoryAssociationResponse.BuilderdeleteDataInFileSystem(Boolean deleteDataInFileSystem)Indicates whether data in the file system that corresponds to the data repository association is being deleted.DeleteDataRepositoryAssociationResponse.Builderlifecycle(String lifecycle)Describes the lifecycle state of the data repository association being deleted.DeleteDataRepositoryAssociationResponse.Builderlifecycle(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
associationId
DeleteDataRepositoryAssociationResponse.Builder associationId(String 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
DeleteDataRepositoryAssociationResponse.Builder lifecycle(String 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:
DataRepositoryLifecycle,DataRepositoryLifecycle
-
lifecycle
DeleteDataRepositoryAssociationResponse.Builder lifecycle(DataRepositoryLifecycle 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:
DataRepositoryLifecycle,DataRepositoryLifecycle
-
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.
-
-