Interface CreateTermsResponse.Builder

  • Method Details

    • terms

      A summary of your terms documents. Includes a unique identifier for later changes to the terms documents.

      Parameters:
      terms - A summary of your terms documents. Includes a unique identifier for later changes to the terms documents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • terms

      A summary of your terms documents. Includes a unique identifier for later changes to the terms documents.

      This is a convenience method that creates an instance of the TermsType.Builder avoiding the need to create one manually via TermsType.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to terms(TermsType).

      Parameters:
      terms - a consumer that will call methods on TermsType.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: