Interface DeleteDataRepositoryAssociationResponse.Builder

  • 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.