Interface DeleteCollectionDetail.Builder

  • Method Details

    • id

      The unique identifier of the collection.

      Parameters:
      id - The unique identifier of the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the collection.

      Parameters:
      name - The name of the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the collection.

      Parameters:
      status - The current status of the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the collection.

      Parameters:
      status - The current status of the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deletionProtection

      DeleteCollectionDetail.Builder deletionProtection(String deletionProtection)

      Indicates whether deletion protection is ENABLED or DISABLED for the collection.

      Parameters:
      deletionProtection - Indicates whether deletion protection is ENABLED or DISABLED for the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deletionProtection

      DeleteCollectionDetail.Builder deletionProtection(DeletionProtection deletionProtection)

      Indicates whether deletion protection is ENABLED or DISABLED for the collection.

      Parameters:
      deletionProtection - Indicates whether deletion protection is ENABLED or DISABLED for the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: