Interface ListConfigurationRecordersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<ListConfigurationRecordersRequest.Builder,ListConfigurationRecordersRequest>,SdkBuilder<ListConfigurationRecordersRequest.Builder,ListConfigurationRecordersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConfigurationRecordersRequest
public static interface ListConfigurationRecordersRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationRecordersRequest.Builder,ListConfigurationRecordersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigurationRecordersRequest.Builderfilters(Collection<ConfigurationRecorderFilter> filters)Filters the results based on a list ofConfigurationRecorderFilterobjects that you specify.ListConfigurationRecordersRequest.Builderfilters(Consumer<ConfigurationRecorderFilter.Builder>... filters)Filters the results based on a list ofConfigurationRecorderFilterobjects that you specify.ListConfigurationRecordersRequest.Builderfilters(ConfigurationRecorderFilter... filters)Filters the results based on a list ofConfigurationRecorderFilterobjects that you specify.ListConfigurationRecordersRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in the response.ListConfigurationRecordersRequest.BuildernextToken(String nextToken)TheNextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.ListConfigurationRecordersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfigurationRecordersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
filters
ListConfigurationRecordersRequest.Builder filters(Collection<ConfigurationRecorderFilter> filters)
Filters the results based on a list of
ConfigurationRecorderFilterobjects that you specify.- Parameters:
filters- Filters the results based on a list ofConfigurationRecorderFilterobjects that you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListConfigurationRecordersRequest.Builder filters(ConfigurationRecorderFilter... filters)
Filters the results based on a list of
ConfigurationRecorderFilterobjects that you specify.- Parameters:
filters- Filters the results based on a list ofConfigurationRecorderFilterobjects that you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListConfigurationRecordersRequest.Builder filters(Consumer<ConfigurationRecorderFilter.Builder>... filters)
Filters the results based on a list of
This is a convenience method that creates an instance of theConfigurationRecorderFilterobjects that you specify.ConfigurationRecorderFilter.Builderavoiding the need to create one manually viaConfigurationRecorderFilter.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 onConfigurationRecorderFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
maxResults
ListConfigurationRecordersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
- Parameters:
maxResults- The maximum number of results to include in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListConfigurationRecordersRequest.Builder nextToken(String nextToken)
The
NextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- TheNextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConfigurationRecordersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConfigurationRecordersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-