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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateGlossaryTermResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.UpdateGlossaryTermResponse.BuilderglossaryId(String glossaryId)The identifier of the business glossary in which a term is to be updated.UpdateGlossaryTermResponse.Builderid(String id)The identifier of the business glossary term that is to be updated.UpdateGlossaryTermResponse.BuilderlongDescription(String longDescription)The long description to be updated as part of theUpdateGlossaryTermaction.UpdateGlossaryTermResponse.Buildername(String name)The name to be updated as part of theUpdateGlossaryTermaction.UpdateGlossaryTermResponse.BuildershortDescription(String shortDescription)The short description to be updated as part of theUpdateGlossaryTermaction.UpdateGlossaryTermResponse.Builderstatus(String status)The status to be updated as part of theUpdateGlossaryTermaction.UpdateGlossaryTermResponse.Builderstatus(GlossaryTermStatus status)The status to be updated as part of theUpdateGlossaryTermaction.default UpdateGlossaryTermResponse.BuildertermRelations(Consumer<TermRelations.Builder> termRelations)The term relations to be updated as part of theUpdateGlossaryTermaction.UpdateGlossaryTermResponse.BuildertermRelations(TermRelations termRelations)The term relations to be updated as part of theUpdateGlossaryTermaction.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
domainId
UpdateGlossaryTermResponse.Builder domainId(String 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
UpdateGlossaryTermResponse.Builder glossaryId(String 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
UpdateGlossaryTermResponse.Builder id(String 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
UpdateGlossaryTermaction.- Parameters:
longDescription- The long description to be updated as part of theUpdateGlossaryTermaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateGlossaryTermResponse.Builder name(String name)
The name to be updated as part of the
UpdateGlossaryTermaction.- Parameters:
name- The name to be updated as part of theUpdateGlossaryTermaction.- 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
UpdateGlossaryTermaction.- Parameters:
shortDescription- The short description to be updated as part of theUpdateGlossaryTermaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateGlossaryTermResponse.Builder status(String status)
The status to be updated as part of the
UpdateGlossaryTermaction.- Parameters:
status- The status to be updated as part of theUpdateGlossaryTermaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryTermStatus,GlossaryTermStatus
-
status
UpdateGlossaryTermResponse.Builder status(GlossaryTermStatus status)
The status to be updated as part of the
UpdateGlossaryTermaction.- Parameters:
status- The status to be updated as part of theUpdateGlossaryTermaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryTermStatus,GlossaryTermStatus
-
termRelations
UpdateGlossaryTermResponse.Builder termRelations(TermRelations termRelations)
The term relations to be updated as part of the
UpdateGlossaryTermaction.- Parameters:
termRelations- The term relations to be updated as part of theUpdateGlossaryTermaction.- 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
This is a convenience method that creates an instance of theUpdateGlossaryTermaction.TermRelations.Builderavoiding the need to create one manually viaTermRelations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totermRelations(TermRelations).- Parameters:
termRelations- a consumer that will call methods onTermRelations.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
termRelations(TermRelations)
-
-