Interface ListGlossariesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListGlossariesResponse.Builder,,ListGlossariesResponse> GlueResponse.Builder,SdkBuilder<ListGlossariesResponse.Builder,,ListGlossariesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListGlossariesResponse
@Mutable
@NotThreadSafe
public static interface ListGlossariesResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListGlossariesResponse.Builder,ListGlossariesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<GlossaryItem> items) The list of glossary items.items(Consumer<GlossaryItem.Builder>... items) The list of glossary items.items(GlossaryItem... items) The list of glossary 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 items.
- Parameters:
items- The list of glossary items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of glossary items.
- Parameters:
items- The list of glossary items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of glossary items.
This is a convenience method that creates an instance of theGlossaryItem.Builderavoiding the need to create one manually viaGlossaryItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<GlossaryItem>).- Parameters:
items- a consumer that will call methods onGlossaryItem.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.
-