Interface ListGroupingStatusesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListGroupingStatusesRequest.Builder,
,ListGroupingStatusesRequest> ResourceGroupsRequest.Builder
,SdkBuilder<ListGroupingStatusesRequest.Builder,
,ListGroupingStatusesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListGroupingStatusesRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<ListGroupingStatusesFilter> filters) The filter name and value pair that is used to return more specific results from a list of resources.filters
(Consumer<ListGroupingStatusesFilter.Builder>... filters) The filter name and value pair that is used to return more specific results from a list of resources.filters
(ListGroupingStatusesFilter... filters) The filter name and value pair that is used to return more specific results from a list of resources.The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.maxResults
(Integer maxResults) The maximum number of resources and their statuses returned in the response.The parameter for receiving additional results if you receive aNextToken
response in a previous request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resourcegroups.model.ResourceGroupsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
group
The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.
- Parameters:
group
- The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of resources and their statuses returned in the response.
- Parameters:
maxResults
- The maximum number of resources and their statuses returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filter name and value pair that is used to return more specific results from a list of resources.
- Parameters:
filters
- The filter name and value pair that is used to return more specific results from a list of resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filter name and value pair that is used to return more specific results from a list of resources.
- Parameters:
filters
- The filter name and value pair that is used to return more specific results from a list of resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListGroupingStatusesRequest.Builder filters(Consumer<ListGroupingStatusesFilter.Builder>... filters) The filter name and value pair that is used to return more specific results from a list of resources.
This is a convenience method that creates an instance of theListGroupingStatusesFilter.Builder
avoiding the need to create one manually viaListGroupingStatusesFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<ListGroupingStatusesFilter>)
.- Parameters:
filters
- a consumer that will call methods onListGroupingStatusesFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The parameter for receiving additional results if you receive a
NextToken
response in a previous request. ANextToken
response indicates that more output is available. Set this parameter to the value provided by a previous call'sNextToken
response to indicate where the output should continue from.- Parameters:
nextToken
- The parameter for receiving additional results if you receive aNextToken
response in a previous request. ANextToken
response indicates that more output is available. Set this parameter to the value provided by a previous call'sNextToken
response to indicate where the output should continue from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGroupingStatusesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListGroupingStatusesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-