Interface TermsDescriptionType.Builder

    • Method Detail

      • termsId

        TermsDescriptionType.Builder termsId​(String termsId)

        The ID of the requested terms documents.

        Parameters:
        termsId - The ID of the requested terms documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • termsName

        TermsDescriptionType.Builder termsName​(String termsName)

        The type and friendly name of the requested terms documents.

        Parameters:
        termsName - The type and friendly name of the requested terms documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enforcement

        TermsDescriptionType.Builder enforcement​(String enforcement)

        This parameter is reserved for future use and currently accepts one value.

        Parameters:
        enforcement - This parameter is reserved for future use and currently accepts one value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TermsEnforcementType, TermsEnforcementType
      • creationDate

        TermsDescriptionType.Builder creationDate​(Instant creationDate)

        The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

        Parameters:
        creationDate - The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedDate

        TermsDescriptionType.Builder lastModifiedDate​(Instant lastModifiedDate)

        The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.

        Parameters:
        lastModifiedDate - The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.