public static interface ListSchemaVersionsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListSchemaVersionsResponse.Builder,ListSchemaVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSchemaVersionsResponse.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.
|
ListSchemaVersionsResponse.Builder |
schemas(Collection<SchemaVersionListItem> schemas)
An array of
SchemaVersionList objects containing details of each schema version. |
ListSchemaVersionsResponse.Builder |
schemas(Consumer<SchemaVersionListItem.Builder>... schemas)
An array of
SchemaVersionList objects containing details of each schema version. |
ListSchemaVersionsResponse.Builder |
schemas(SchemaVersionListItem... schemas)
An array of
SchemaVersionList objects containing details of each schema version. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemaVersionsResponse.Builder schemas(Collection<SchemaVersionListItem> schemas)
An array of SchemaVersionList objects containing details of each schema version.
schemas - An array of SchemaVersionList objects containing details of each schema version.ListSchemaVersionsResponse.Builder schemas(SchemaVersionListItem... schemas)
An array of SchemaVersionList objects containing details of each schema version.
schemas - An array of SchemaVersionList objects containing details of each schema version.ListSchemaVersionsResponse.Builder schemas(Consumer<SchemaVersionListItem.Builder>... schemas)
An array of SchemaVersionList objects containing details of each schema version.
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) ListSchemaVersionsResponse.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.