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
Modifier and TypeMethodDescriptiondescription(String description) The description to be updated as part of theUpdateGlossaryaction.The identifier of the Amazon DataZone domain in which a business glossary is to be updated.The identifier of the business glossary that is to be updated.The name to be updated as part of theUpdateGlossaryaction.owningProjectId(String owningProjectId) The identifier of the project in which to update a business glossary.The status to be updated as part of theUpdateGlossaryaction.status(GlossaryStatus status) The status to be updated as part of theUpdateGlossaryaction.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
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
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
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:
-
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:
-