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 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 is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.