Interface UpdateGlossaryTermResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateGlossaryTermResponse.Builder,UpdateGlossaryTermResponse>, DataZoneResponse.Builder, SdkBuilder<UpdateGlossaryTermResponse.Builder,UpdateGlossaryTermResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateGlossaryTermResponse

public static interface UpdateGlossaryTermResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateGlossaryTermResponse.Builder,UpdateGlossaryTermResponse>
  • Method Details

    • domainId

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

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

      The identifier of the business glossary in which a term is to be updated.

      Parameters:
      glossaryId - The identifier of the business glossary in which a term is to be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The identifier of the business glossary term that is to be updated.

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

      UpdateGlossaryTermResponse.Builder longDescription(String longDescription)

      The long description to be updated as part of the UpdateGlossaryTerm action.

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

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

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

      UpdateGlossaryTermResponse.Builder shortDescription(String shortDescription)

      The short description to be updated as part of the UpdateGlossaryTerm action.

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

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

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

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

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

      UpdateGlossaryTermResponse.Builder termRelations(TermRelations termRelations)

      The term relations to be updated as part of the UpdateGlossaryTerm action.

      Parameters:
      termRelations - The term relations to be updated as part of the UpdateGlossaryTerm action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • termRelations

      default UpdateGlossaryTermResponse.Builder termRelations(Consumer<TermRelations.Builder> termRelations)

      The term relations to be updated as part of the UpdateGlossaryTerm action.

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

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

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