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