public static interface ListProtectedQueriesResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<ListProtectedQueriesResponse.Builder,ListProtectedQueriesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProtectedQueriesResponse.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListProtectedQueriesResponse.Builder |
protectedQueries(Collection<ProtectedQuerySummary> protectedQueries)
A list of protected queries.
|
ListProtectedQueriesResponse.Builder |
protectedQueries(Consumer<ProtectedQuerySummary.Builder>... protectedQueries)
A list of protected queries.
|
ListProtectedQueriesResponse.Builder |
protectedQueries(ProtectedQuerySummary... protectedQueries)
A list of protected queries.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProtectedQueriesResponse.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.ListProtectedQueriesResponse.Builder protectedQueries(Collection<ProtectedQuerySummary> protectedQueries)
A list of protected queries.
protectedQueries - A list of protected queries.ListProtectedQueriesResponse.Builder protectedQueries(ProtectedQuerySummary... protectedQueries)
A list of protected queries.
protectedQueries - A list of protected queries.ListProtectedQueriesResponse.Builder protectedQueries(Consumer<ProtectedQuerySummary.Builder>... protectedQueries)
A list of protected queries.
This is a convenience method that creates an instance of theProtectedQuerySummary.Builder avoiding the need to
create one manually via
ProtectedQuerySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #protectedQueries(List.
protectedQueries - a consumer that will call methods on
ProtectedQuerySummary.Builder#protectedQueries(java.util.Collection) Copyright © 2023. All rights reserved.