Interface ListGlossaryTermsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListGlossaryTermsResponse.Builder,,ListGlossaryTermsResponse> GlueResponse.Builder,SdkBuilder<ListGlossaryTermsResponse.Builder,,ListGlossaryTermsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListGlossaryTermsResponse
@Mutable
@NotThreadSafe
public static interface ListGlossaryTermsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListGlossaryTermsResponse.Builder,ListGlossaryTermsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<GlossaryTermItem> items) The list of glossary term items.items(Consumer<GlossaryTermItem.Builder>... items) The list of glossary term items.items(GlossaryTermItem... items) The list of glossary term items.A continuation token, present if the current segment is not the last.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
-
items
The list of glossary term items.
- Parameters:
items- The list of glossary term items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of glossary term items.
- Parameters:
items- The list of glossary term items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of glossary term items.
This is a convenience method that creates an instance of theGlossaryTermItem.Builderavoiding the need to create one manually viaGlossaryTermItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<GlossaryTermItem>).- Parameters:
items- a consumer that will call methods onGlossaryTermItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A continuation token, present if the current segment is not the last.
- Parameters:
nextToken- A continuation token, present if the current segment is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-