Interface ListGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>,ResourceGroupsRequest.Builder,SdkBuilder<ListGroupsRequest.Builder,ListGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGroupsRequest
public static interface ListGroupsRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGroupsRequest.Builderfilters(Collection<GroupFilter> filters)Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.ListGroupsRequest.Builderfilters(Consumer<GroupFilter.Builder>... filters)Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.ListGroupsRequest.Builderfilters(GroupFilter... filters)Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.ListGroupsRequest.BuildermaxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListGroupsRequest.BuildernextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
filters
ListGroupsRequest.Builder filters(Collection<GroupFilter> filters)
Filters, formatted as GroupFilter objects, that you want to apply to a
ListGroupsoperation.-
resource-type- Filter the results to include only those of the specified resource types. Specify up to five resource types in the formatAWS::ServiceCode::ResourceType. For example,AWS::EC2::Instance, orAWS::S3::Bucket. -
configuration-type- Filter the results to include only those groups that have the specified configuration types attached. The current supported values are:-
AWS::EC2::CapacityReservationPool -
AWS::EC2::HostManagement
-
- Parameters:
filters- Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.-
resource-type- Filter the results to include only those of the specified resource types. Specify up to five resource types in the formatAWS::ServiceCode::ResourceType. For example,AWS::EC2::Instance, orAWS::S3::Bucket. -
configuration-type- Filter the results to include only those groups that have the specified configuration types attached. The current supported values are:-
AWS::EC2::CapacityReservationPool -
AWS::EC2::HostManagement
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
ListGroupsRequest.Builder filters(GroupFilter... filters)
Filters, formatted as GroupFilter objects, that you want to apply to a
ListGroupsoperation.-
resource-type- Filter the results to include only those of the specified resource types. Specify up to five resource types in the formatAWS::ServiceCode::ResourceType. For example,AWS::EC2::Instance, orAWS::S3::Bucket. -
configuration-type- Filter the results to include only those groups that have the specified configuration types attached. The current supported values are:-
AWS::EC2::CapacityReservationPool -
AWS::EC2::HostManagement
-
- Parameters:
filters- Filters, formatted as GroupFilter objects, that you want to apply to aListGroupsoperation.-
resource-type- Filter the results to include only those of the specified resource types. Specify up to five resource types in the formatAWS::ServiceCode::ResourceType. For example,AWS::EC2::Instance, orAWS::S3::Bucket. -
configuration-type- Filter the results to include only those groups that have the specified configuration types attached. The current supported values are:-
AWS::EC2::CapacityReservationPool -
AWS::EC2::HostManagement
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
ListGroupsRequest.Builder filters(Consumer<GroupFilter.Builder>... filters)
Filters, formatted as GroupFilter objects, that you want to apply to a
ListGroupsoperation.-
resource-type- Filter the results to include only those of the specified resource types. Specify up to five resource types in the formatAWS::ServiceCode::ResourceType. For example,AWS::EC2::Instance, orAWS::S3::Bucket. -
configuration-type- Filter the results to include only those groups that have the specified configuration types attached. The current supported values are:-
AWS::EC2::CapacityReservationPool -
AWS::EC2::HostManagement
-
GroupFilter.Builderavoiding the need to create one manually viaGroupFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onGroupFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
-
maxResults
ListGroupsRequest.Builder maxResults(Integer maxResults)
The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the
NextTokenresponse element is present and has a value (is not null). Include that value as theNextTokenrequest parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should checkNextTokenafter every operation to ensure that you receive all of the results.- Parameters:
maxResults- The total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, theNextTokenresponse element is present and has a value (is not null). Include that value as theNextTokenrequest parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should checkNextTokenafter every operation to ensure that you receive all of the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListGroupsRequest.Builder nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextTokenresponse in a previous request. ANextTokenresponse indicates that more output is available. Set this parameter to the value provided by a previous call'sNextTokenresponse to indicate where the output should continue from.- Parameters:
nextToken- The parameter for receiving additional results if you receive aNextTokenresponse in a previous request. ANextTokenresponse indicates that more output is available. Set this parameter to the value provided by a previous call'sNextTokenresponse to indicate where the output should continue from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-