public static interface ListSchemasResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<ListSchemasResponse.Builder,ListSchemasResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResponse.Builder |
nextToken(String nextToken)
The token that specifies the next page of results to return.
|
ListSchemasResponse.Builder |
schemas(Collection<SchemaSummary> schemas)
An array of schema summaries.
|
ListSchemasResponse.Builder |
schemas(Consumer<SchemaSummary.Builder>... schemas)
An array of schema summaries.
|
ListSchemasResponse.Builder |
schemas(SchemaSummary... schemas)
An array of schema summaries.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemasResponse.Builder nextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken - The token that specifies the next page of results to return. To request the first page, leave
NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.ListSchemasResponse.Builder schemas(Collection<SchemaSummary> schemas)
An array of schema summaries.
schemas - An array of schema summaries.ListSchemasResponse.Builder schemas(SchemaSummary... schemas)
An array of schema summaries.
schemas - An array of schema summaries.ListSchemasResponse.Builder schemas(Consumer<SchemaSummary.Builder>... schemas)
An array of schema summaries.
This is a convenience method that creates an instance of theSchemaSummary.Builder avoiding the need to create one
manually via SchemaSummary.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
SchemaSummary.Builder#schemas(java.util.Collection) Copyright © 2022. All rights reserved.