Interface AssociateGlossaryTermsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateGlossaryTermsResponse.Builder,,AssociateGlossaryTermsResponse> GlueResponse.Builder,SdkBuilder<AssociateGlossaryTermsResponse.Builder,,AssociateGlossaryTermsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateGlossaryTermsResponse
@Mutable
@NotThreadSafe
public static interface AssociateGlossaryTermsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<AssociateGlossaryTermsResponse.Builder,AssociateGlossaryTermsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionglossaryTerms(String... glossaryTerms) The glossary terms now associated with the asset.glossaryTerms(Collection<String> glossaryTerms) The glossary terms now associated with the asset.identifier(String identifier) The unique identifier of the asset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
identifier
The unique identifier of the asset.
- Parameters:
identifier- The unique identifier of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms now associated with the asset.
- Parameters:
glossaryTerms- The glossary terms now associated with the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms now associated with the asset.
- Parameters:
glossaryTerms- The glossary terms now associated with the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-