Interface UpdateGlossaryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateGlossaryResponse.Builder,UpdateGlossaryResponse>,DataZoneResponse.Builder,SdkBuilder<UpdateGlossaryResponse.Builder,UpdateGlossaryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateGlossaryResponse
public static interface UpdateGlossaryResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateGlossaryResponse.Builder,UpdateGlossaryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGlossaryResponse.Builderdescription(String description)The description to be updated as part of theUpdateGlossaryaction.UpdateGlossaryResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which a business glossary is to be updated.UpdateGlossaryResponse.Builderid(String id)The identifier of the business glossary that is to be updated.UpdateGlossaryResponse.Buildername(String name)The name to be updated as part of theUpdateGlossaryaction.UpdateGlossaryResponse.BuilderowningProjectId(String owningProjectId)The identifier of the project in which to update a business glossary.UpdateGlossaryResponse.Builderstatus(String status)The status to be updated as part of theUpdateGlossaryaction.UpdateGlossaryResponse.Builderstatus(GlossaryStatus status)The status to be updated as part of theUpdateGlossaryaction.-
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
-
description
UpdateGlossaryResponse.Builder description(String description)
The description to be updated as part of the
UpdateGlossaryaction.- Parameters:
description- The description to be updated as part of theUpdateGlossaryaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
UpdateGlossaryResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
- Parameters:
domainId- The identifier of the Amazon DataZone domain in which a business glossary is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
UpdateGlossaryResponse.Builder id(String id)
The identifier of the business glossary that is to be updated.
- Parameters:
id- The identifier of the business glossary that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateGlossaryResponse.Builder name(String name)
The name to be updated as part of the
UpdateGlossaryaction.- Parameters:
name- The name to be updated as part of theUpdateGlossaryaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
UpdateGlossaryResponse.Builder owningProjectId(String owningProjectId)
The identifier of the project in which to update a business glossary.
- Parameters:
owningProjectId- The identifier of the project in which to update a business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateGlossaryResponse.Builder status(String status)
The status to be updated as part of the
UpdateGlossaryaction.- Parameters:
status- The status to be updated as part of theUpdateGlossaryaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
status
UpdateGlossaryResponse.Builder status(GlossaryStatus status)
The status to be updated as part of the
UpdateGlossaryaction.- Parameters:
status- The status to be updated as part of theUpdateGlossaryaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
-