public static interface ListGroupsRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
Modifier and Type | Method and Description |
---|---|
ListGroupsRequest.Builder |
filters(Collection<GroupFilter> filters)
Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation.
|
ListGroupsRequest.Builder |
filters(Consumer<GroupFilter.Builder>... filters)
Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation.
|
ListGroupsRequest.Builder |
filters(GroupFilter... filters)
Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation.
|
ListGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of resource group results that are returned by ListGroups in paginated output.
|
ListGroupsRequest.Builder |
nextToken(String nextToken)
The NextToken value that is returned in a paginated
ListGroups request. |
ListGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListGroupsRequest.Builder filters(Collection<GroupFilter> filters)
Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation.
resource-type
- Filter groups by resource type. Specify up to five resource types in the format
AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
filters
- Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation.
resource-type
- Filter groups by resource type. Specify up to five resource types in the
format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
ListGroupsRequest.Builder filters(GroupFilter... filters)
Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation.
resource-type
- Filter groups by resource type. Specify up to five resource types in the format
AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
filters
- Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation.
resource-type
- Filter groups by resource type. Specify up to five resource types in the
format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
ListGroupsRequest.Builder filters(Consumer<GroupFilter.Builder>... filters)
Filters, formatted as GroupFilter objects, that you want to apply to a ListGroups operation.
resource-type
- Filter groups by resource type. Specify up to five resource types in the format
AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
ListGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of resource group results that are returned by ListGroups in paginated output. By default, this number is 50.
maxResults
- The maximum number of resource group results that are returned by ListGroups in paginated output. By
default, this number is 50.ListGroupsRequest.Builder nextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroups
request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
nextToken
- The NextToken value that is returned in a paginated ListGroups
request. To get the next
page of results, run the call again, add the NextToken parameter, and specify the NextToken value.ListGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.