Interface UpdateCollectionDetail.Builder

    • Method Detail

      • arn

        UpdateCollectionDetail.Builder arn​(String 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.
      • createdDate

        UpdateCollectionDetail.Builder createdDate​(Long createdDate)

        The date and time when the collection was created.

        Parameters:
        createdDate - The date and time when the collection was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateCollectionDetail.Builder description​(String description)

        The description of the collection.

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

        UpdateCollectionDetail.Builder id​(String 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.
      • lastModifiedDate

        UpdateCollectionDetail.Builder lastModifiedDate​(Long lastModifiedDate)

        The date and time when the collection was last modified.

        Parameters:
        lastModifiedDate - The date and time when the collection was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateCollectionDetail.Builder name​(String 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.