public static interface SearchSchemasResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<SearchSchemasResponse.Builder,SearchSchemasResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchSchemasResponse.Builder |
nextToken(String nextToken)
The token that specifies the next page of results to return.
|
SearchSchemasResponse.Builder |
schemas(Collection<SearchSchemaSummary> schemas)
An array of SearchSchemaSummary information.
|
SearchSchemasResponse.Builder |
schemas(Consumer<SearchSchemaSummary.Builder>... schemas)
An array of SearchSchemaSummary information.
|
SearchSchemasResponse.Builder |
schemas(SearchSchemaSummary... schemas)
An array of SearchSchemaSummary information.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSchemasResponse.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.SearchSchemasResponse.Builder schemas(Collection<SearchSchemaSummary> schemas)
An array of SearchSchemaSummary information.
schemas - An array of SearchSchemaSummary information.SearchSchemasResponse.Builder schemas(SearchSchemaSummary... schemas)
An array of SearchSchemaSummary information.
schemas - An array of SearchSchemaSummary information.SearchSchemasResponse.Builder schemas(Consumer<SearchSchemaSummary.Builder>... schemas)
An array of SearchSchemaSummary information.
This is a convenience that creates an instance of theList.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) Copyright © 2022. All rights reserved.