Interface CollectionSummary.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:
    • arn

      The Amazon Resource Name (ARN) of the collection.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      CollectionSummary.Builder kmsKeyArn(String kmsKeyArn)

      The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.

      Parameters:
      kmsKeyArn - The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • collectionGroupName

      CollectionSummary.Builder collectionGroupName(String collectionGroupName)

      The name of the collection group that contains this collection.

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