public static interface ListSchemasResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListSchemasResponse.Builder,ListSchemasResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResponse.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListSchemasResponse.Builder |
schemaSummaries(Collection<SchemaSummary> schemaSummaries)
The retrieved list of schemas.
|
ListSchemasResponse.Builder |
schemaSummaries(Consumer<SchemaSummary.Builder>... schemaSummaries)
The retrieved list of schemas.
|
ListSchemasResponse.Builder |
schemaSummaries(SchemaSummary... schemaSummaries)
The retrieved list of schemas.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemasResponse.Builder schemaSummaries(Collection<SchemaSummary> schemaSummaries)
The retrieved list of schemas.
schemaSummaries - The retrieved list of schemas.ListSchemasResponse.Builder schemaSummaries(SchemaSummary... schemaSummaries)
The retrieved list of schemas.
schemaSummaries - The retrieved list of schemas.ListSchemasResponse.Builder schemaSummaries(Consumer<SchemaSummary.Builder>... schemaSummaries)
The retrieved list of schemas.
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 #schemaSummaries(List.
schemaSummaries - a consumer that will call methods on
SchemaSummary.Builder#schemaSummaries(java.util.Collection) ListSchemasResponse.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.Copyright © 2023. All rights reserved.