public static interface ListGroupResourcesRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<ListGroupResourcesRequest.Builder,ListGroupResourcesRequest>
Modifier and Type | Method and Description |
---|---|
ListGroupResourcesRequest.Builder |
filters(Collection<ResourceFilter> filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
|
ListGroupResourcesRequest.Builder |
filters(Consumer<ResourceFilter.Builder>... filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
|
ListGroupResourcesRequest.Builder |
filters(ResourceFilter... filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
|
ListGroupResourcesRequest.Builder |
groupName(String groupName)
The name of the resource group.
|
ListGroupResourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in
paginated output.
|
ListGroupResourcesRequest.Builder |
nextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroupResources request.
|
ListGroupResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListGroupResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListGroupResourcesRequest.Builder groupName(String groupName)
The name of the resource group.
groupName
- The name of the resource group.ListGroupResourcesRequest.Builder filters(Collection<ResourceFilter> filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
resource-type
- Filter resources by their 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 ResourceFilter objects, that you want to apply to a ListGroupResources
operation.
resource-type
- Filter resources by their type. Specify up to five resource types in the
format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
ListGroupResourcesRequest.Builder filters(ResourceFilter... filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
resource-type
- Filter resources by their 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 ResourceFilter objects, that you want to apply to a ListGroupResources
operation.
resource-type
- Filter resources by their type. Specify up to five resource types in the
format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.
ListGroupResourcesRequest.Builder filters(Consumer<ResourceFilter.Builder>... filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.
resource-type
- Filter resources by their 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)
ListGroupResourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in paginated output. By default, this number is 50.
maxResults
- The maximum number of group member ARNs that are returned in a single call by ListGroupResources, in
paginated output. By default, this number is 50.ListGroupResourcesRequest.Builder nextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroupResources 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 ListGroupResources request. To get the next page
of results, run the call again, add the NextToken parameter, and specify the NextToken value.ListGroupResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListGroupResourcesRequest.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.