Interface TermsDescriptionType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TermsDescriptionType.Builder,TermsDescriptionType>, SdkBuilder<TermsDescriptionType.Builder,TermsDescriptionType>, SdkPojo
Enclosing class:
TermsDescriptionType

@Mutable @NotThreadSafe public static interface TermsDescriptionType.Builder extends SdkPojo, CopyableBuilder<TermsDescriptionType.Builder,TermsDescriptionType>
  • Method Details

    • 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:
    • 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:
    • 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.