public static interface ListSchemasResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListSchemasResponse.Builder,ListSchemasResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResponse.Builder |
nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list
is not the last.
|
ListSchemasResponse.Builder |
schemas(Collection<SchemaListItem> schemas)
An array of
SchemaListItem objects containing details of each schema. |
ListSchemasResponse.Builder |
schemas(Consumer<SchemaListItem.Builder>... schemas)
An array of
SchemaListItem objects containing details of each schema. |
ListSchemasResponse.Builder |
schemas(SchemaListItem... schemas)
An array of
SchemaListItem objects containing details of each schema. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemasResponse.Builder schemas(Collection<SchemaListItem> schemas)
An array of SchemaListItem objects containing details of each schema.
schemas - An array of SchemaListItem objects containing details of each schema.ListSchemasResponse.Builder schemas(SchemaListItem... schemas)
An array of SchemaListItem objects containing details of each schema.
schemas - An array of SchemaListItem objects containing details of each schema.ListSchemasResponse.Builder schemas(Consumer<SchemaListItem.Builder>... schemas)
An array of SchemaListItem objects containing details of each schema.
SchemaListItem.Builder avoiding the need to create one
manually via SchemaListItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #schemas(List.
schemas - a consumer that will call methods on
SchemaListItem.Builder#schemas(java.util.Collection) ListSchemasResponse.Builder nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of
the list is not the last.Copyright © 2023. All rights reserved.