Interface CreateGlossaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateGlossaryResponse.Builder,,CreateGlossaryResponse> GlueResponse.Builder,SdkBuilder<CreateGlossaryResponse.Builder,,CreateGlossaryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateGlossaryResponse
@Mutable
@NotThreadSafe
public static interface CreateGlossaryResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateGlossaryResponse.Builder,CreateGlossaryResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the glossary.The unique identifier of the glossary.The name of the glossary.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
-
id
The unique identifier of the glossary.
- Parameters:
id- The unique identifier of the glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the glossary.
- Parameters:
name- The name of the glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the glossary.
- Parameters:
description- The description of the glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-