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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListSchemaVersionsResponse.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.
SchemaVersionListItem.Builder
avoiding the need to create
one manually via SchemaVersionListItem.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
SchemaVersionListItem.Builder
#schemas(java.util.Collection)
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 © 2022. All rights reserved.