Interface ListProtectedQueriesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<ListProtectedQueriesRequest.Builder,ListProtectedQueriesRequest>,SdkBuilder<ListProtectedQueriesRequest.Builder,ListProtectedQueriesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListProtectedQueriesRequest
public static interface ListProtectedQueriesRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListProtectedQueriesRequest.Builder,ListProtectedQueriesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProtectedQueriesRequest.BuildermaxResults(Integer maxResults)The maximum size of the results that is returned per call.ListProtectedQueriesRequest.BuildermembershipIdentifier(String membershipIdentifier)The identifier for the membership in the collaboration.ListProtectedQueriesRequest.BuildernextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListProtectedQueriesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProtectedQueriesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProtectedQueriesRequest.Builderstatus(String status)A filter on the status of the protected query.ListProtectedQueriesRequest.Builderstatus(ProtectedQueryStatus status)A filter on the status of the protected query.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
membershipIdentifier
ListProtectedQueriesRequest.Builder membershipIdentifier(String membershipIdentifier)
The identifier for the membership in the collaboration.
- Parameters:
membershipIdentifier- The identifier for the membership in the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListProtectedQueriesRequest.Builder status(String status)
A filter on the status of the protected query.
- Parameters:
status- A filter on the status of the protected query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProtectedQueryStatus,ProtectedQueryStatus
-
status
ListProtectedQueriesRequest.Builder status(ProtectedQueryStatus status)
A filter on the status of the protected query.
- Parameters:
status- A filter on the status of the protected query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProtectedQueryStatus,ProtectedQueryStatus
-
nextToken
ListProtectedQueriesRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProtectedQueriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProtectedQueriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-