JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.datazone.model

Class UpdateGlossaryRequest

    • Constructor Detail

      • UpdateGlossaryRequest

        public UpdateGlossaryRequest()
    • Method Detail

      • setClientToken

        public void setClientToken(String clientToken)

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • getClientToken

        public String getClientToken()

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Returns:
        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      • withClientToken

        public UpdateGlossaryRequest withClientToken(String clientToken)

        A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description to be updated as part of the UpdateGlossary action.

        Parameters:
        description - The description to be updated as part of the UpdateGlossary action.
      • getDescription

        public String getDescription()

        The description to be updated as part of the UpdateGlossary action.

        Returns:
        The description to be updated as part of the UpdateGlossary action.
      • withDescription

        public UpdateGlossaryRequest withDescription(String description)

        The description to be updated as part of the UpdateGlossary action.

        Parameters:
        description - The description to be updated as part of the UpdateGlossary action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainIdentifier

        public void setDomainIdentifier(String domainIdentifier)

        The identifier of the Amazon DataZone domain in which a business glossary is to be updated.

        Parameters:
        domainIdentifier - The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
      • getDomainIdentifier

        public String getDomainIdentifier()

        The identifier of the Amazon DataZone domain in which a business glossary is to be updated.

        Returns:
        The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
      • withDomainIdentifier

        public UpdateGlossaryRequest withDomainIdentifier(String domainIdentifier)

        The identifier of the Amazon DataZone domain in which a business glossary is to be updated.

        Parameters:
        domainIdentifier - The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdentifier

        public void setIdentifier(String identifier)

        The identifier of the business glossary to be updated.

        Parameters:
        identifier - The identifier of the business glossary to be updated.
      • getIdentifier

        public String getIdentifier()

        The identifier of the business glossary to be updated.

        Returns:
        The identifier of the business glossary to be updated.
      • withIdentifier

        public UpdateGlossaryRequest withIdentifier(String identifier)

        The identifier of the business glossary to be updated.

        Parameters:
        identifier - The identifier of the business glossary to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name to be updated as part of the UpdateGlossary action.

        Parameters:
        name - The name to be updated as part of the UpdateGlossary action.
      • getName

        public String getName()

        The name to be updated as part of the UpdateGlossary action.

        Returns:
        The name to be updated as part of the UpdateGlossary action.
      • withName

        public UpdateGlossaryRequest withName(String name)

        The name to be updated as part of the UpdateGlossary action.

        Parameters:
        name - The name to be updated as part of the UpdateGlossary action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status to be updated as part of the UpdateGlossary action.

        Parameters:
        status - The status to be updated as part of the UpdateGlossary action.
        See Also:
        GlossaryStatus
      • getStatus

        public String getStatus()

        The status to be updated as part of the UpdateGlossary action.

        Returns:
        The status to be updated as part of the UpdateGlossary action.
        See Also:
        GlossaryStatus
      • withStatus

        public UpdateGlossaryRequest withStatus(String status)

        The status to be updated as part of the UpdateGlossary action.

        Parameters:
        status - The status to be updated as part of the UpdateGlossary action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GlossaryStatus
      • withStatus

        public UpdateGlossaryRequest withStatus(GlossaryStatus status)

        The status to be updated as part of the UpdateGlossary action.

        Parameters:
        status - The status to be updated as part of the UpdateGlossary action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GlossaryStatus
      • 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 によって変換されたページ (->オリジナル) /