public static interface SearchGroupsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<SearchGroupsRequest.Builder,SearchGroupsRequest>
Modifier and Type | Method and Description |
---|---|
SearchGroupsRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in.
|
SearchGroupsRequest.Builder |
filters(Collection<GroupSearchFilter> filters)
The structure for the search filters that you want to apply to your search.
|
SearchGroupsRequest.Builder |
filters(Consumer<GroupSearchFilter.Builder>... filters)
The structure for the search filters that you want to apply to your search.
|
SearchGroupsRequest.Builder |
filters(GroupSearchFilter... filters)
The structure for the search filters that you want to apply to your search.
|
SearchGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return from this request.
|
SearchGroupsRequest.Builder |
namespace(String namespace)
The namespace that you want to search.
|
SearchGroupsRequest.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
SearchGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
SearchGroupsRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
Amazon Web Services account that contains your Amazon QuickSight account.SearchGroupsRequest.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.SearchGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return from this request.
maxResults
- The maximum number of results to return from this request.SearchGroupsRequest.Builder namespace(String namespace)
The namespace that you want to search.
namespace
- The namespace that you want to search.SearchGroupsRequest.Builder filters(Collection<GroupSearchFilter> filters)
The structure for the search filters that you want to apply to your search.
filters
- The structure for the search filters that you want to apply to your search.SearchGroupsRequest.Builder filters(GroupSearchFilter... filters)
The structure for the search filters that you want to apply to your search.
filters
- The structure for the search filters that you want to apply to your search.SearchGroupsRequest.Builder filters(Consumer<GroupSearchFilter.Builder>... filters)
The structure for the search filters that you want to apply to your search.
This is a convenience method that creates an instance of theGroupSearchFilter.Builder
avoiding the need to
create one manually via GroupSearchFilter.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #filters(List
.
filters
- a consumer that will call methods on
GroupSearchFilter.Builder
#filters(java.util.Collection)
SearchGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
SearchGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.