Interface ListSchemasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSchemasResponse.Builder,
,ListSchemasResponse> GlueResponse.Builder
,SdkBuilder<ListSchemasResponse.Builder,
,ListSchemasResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSchemasResponse
public static interface ListSchemasResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListSchemasResponse.Builder,ListSchemasResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.schemas
(Collection<SchemaListItem> schemas) An array ofSchemaListItem
objects containing details of each schema.schemas
(Consumer<SchemaListItem.Builder>... schemas) An array ofSchemaListItem
objects containing details of each schema.schemas
(SchemaListItem... schemas) An array ofSchemaListItem
objects containing details of each schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
schemas
An array of
SchemaListItem
objects containing details of each schema.- Parameters:
schemas
- An array ofSchemaListItem
objects containing details of each schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemas
An array of
SchemaListItem
objects containing details of each schema.- Parameters:
schemas
- An array ofSchemaListItem
objects containing details of each schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemas
An array of
This is a convenience method that creates an instance of theSchemaListItem
objects containing details of each schema.SchemaListItem.Builder
avoiding the need to create one manually viaSchemaListItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschemas(List<SchemaListItem>)
.- Parameters:
schemas
- a consumer that will call methods onSchemaListItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
- Parameters:
nextToken
- A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-