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 method that creates an instance of theSearchSchemaSummary.Builder avoiding the need to create
one manually via SearchSchemaSummary.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
SearchSchemaSummary.Builder#schemas(java.util.Collection) Copyright © 2022. All rights reserved.