public static interface ListProtectedQueriesRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListProtectedQueriesRequest.Builder,ListProtectedQueriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProtectedQueriesRequest.Builder |
maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListProtectedQueriesRequest.Builder |
membershipIdentifier(String membershipIdentifier)
The identifier for the membership in the collaboration.
|
ListProtectedQueriesRequest.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListProtectedQueriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProtectedQueriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProtectedQueriesRequest.Builder |
status(ProtectedQueryStatus status)
A filter on the status of the protected query.
|
ListProtectedQueriesRequest.Builder |
status(String status)
A filter on the status of the protected query.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProtectedQueriesRequest.Builder membershipIdentifier(String membershipIdentifier)
The identifier for the membership in the collaboration.
membershipIdentifier - The identifier for the membership in the collaboration.ListProtectedQueriesRequest.Builder status(String status)
A filter on the status of the protected query.
status - A filter on the status of the protected query.ProtectedQueryStatus,
ProtectedQueryStatusListProtectedQueriesRequest.Builder status(ProtectedQueryStatus status)
A filter on the status of the protected query.
status - A filter on the status of the protected query.ProtectedQueryStatus,
ProtectedQueryStatusListProtectedQueriesRequest.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.ListProtectedQueriesRequest.Builder maxResults(Integer maxResults)
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service can return a nextToken even if the maximum results has not been met.
maxResults - The maximum size of the results that is returned per call. Service chooses a default if it has not
been set. Service can return a nextToken even if the maximum results has not been met.ListProtectedQueriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProtectedQueriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.