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.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #schemas(List) .schemas - a consumer that will call methods on List.Builder #schemas(List) 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 © 2020. All rights reserved.