JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.opensearchserverless.model

Class UpdateCollectionDetail

    • Constructor Detail

      • UpdateCollectionDetail

        public UpdateCollectionDetail()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The Amazon Resource Name (ARN) of the collection.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the collection.
      • getArn

        public String getArn()

        The Amazon Resource Name (ARN) of the collection.

        Returns:
        The Amazon Resource Name (ARN) of the collection.
      • withArn

        public UpdateCollectionDetail withArn(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.
      • setCreatedDate

        public void setCreatedDate(Long createdDate)

        The date and time when the collection was created.

        Parameters:
        createdDate - The date and time when the collection was created.
      • getCreatedDate

        public Long getCreatedDate()

        The date and time when the collection was created.

        Returns:
        The date and time when the collection was created.
      • withCreatedDate

        public UpdateCollectionDetail withCreatedDate(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.
      • setDescription

        public void setDescription(String description)

        The description of the collection.

        Parameters:
        description - The description of the collection.
      • getDescription

        public String getDescription()

        The description of the collection.

        Returns:
        The description of the collection.
      • withDescription

        public UpdateCollectionDetail withDescription(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.
      • setId

        public void setId(String id)

        The unique identifier of the collection.

        Parameters:
        id - The unique identifier of the collection.
      • getId

        public String getId()

        The unique identifier of the collection.

        Returns:
        The unique identifier of the collection.
      • withId

        public UpdateCollectionDetail withId(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.
      • setLastModifiedDate

        public void setLastModifiedDate(Long lastModifiedDate)

        The date and time when the collection was last modified.

        Parameters:
        lastModifiedDate - The date and time when the collection was last modified.
      • getLastModifiedDate

        public Long getLastModifiedDate()

        The date and time when the collection was last modified.

        Returns:
        The date and time when the collection was last modified.
      • withLastModifiedDate

        public UpdateCollectionDetail withLastModifiedDate(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.
      • setName

        public void setName(String name)

        The name of the collection.

        Parameters:
        name - The name of the collection.
      • getName

        public String getName()

        The name of the collection.

        Returns:
        The name of the collection.
      • withName

        public UpdateCollectionDetail withName(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.
      • setStatus

        public void setStatus(String status)

        The current status of the collection.

        Parameters:
        status - The current status of the collection.
        See Also:
        CollectionStatus
      • getStatus

        public String getStatus()

        The current status of the collection.

        Returns:
        The current status of the collection.
        See Also:
        CollectionStatus
      • withStatus

        public UpdateCollectionDetail withStatus(String 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:
        CollectionStatus
      • withStatus

        public UpdateCollectionDetail withStatus(CollectionStatus 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:
        CollectionStatus
      • setType

        public void setType(String type)

        The collection type.

        Parameters:
        type - The collection type.
        See Also:
        CollectionType
      • getType

        public String getType()

        The collection type.

        Returns:
        The collection type.
        See Also:
        CollectionType
      • withType

        public UpdateCollectionDetail withType(String type)

        The collection type.

        Parameters:
        type - The collection type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CollectionType
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /