Interface DescribeRetentionConfigurationsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<DescribeRetentionConfigurationsRequest.Builder,,DescribeRetentionConfigurationsRequest> SdkBuilder<DescribeRetentionConfigurationsRequest.Builder,,DescribeRetentionConfigurationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DescribeRetentionConfigurationsRequest
- 
Method Summary
Modifier and TypeMethodDescriptionThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.retentionConfigurationNames(String... retentionConfigurationNames) A list of names of retention configurations for which you want details.retentionConfigurationNames(Collection<String> retentionConfigurationNames) A list of names of retention configurations for which you want details.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
retentionConfigurationNames
DescribeRetentionConfigurationsRequest.Builder retentionConfigurationNames(Collection<String> retentionConfigurationNames) A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
- Parameters:
 retentionConfigurationNames- A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.Currently, Config supports only one retention configuration per region in your account.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
retentionConfigurationNames
DescribeRetentionConfigurationsRequest.Builder retentionConfigurationNames(String... retentionConfigurationNames) A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
Currently, Config supports only one retention configuration per region in your account.
- Parameters:
 retentionConfigurationNames- A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.Currently, Config supports only one retention configuration per region in your account.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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
DescribeRetentionConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DescribeRetentionConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -