Interface RetentionConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RetentionConfiguration.Builder,,RetentionConfiguration> SdkBuilder<RetentionConfiguration.Builder,,RetentionConfiguration> SdkPojo
- Enclosing class:
 RetentionConfiguration
public static interface RetentionConfiguration.Builder
extends SdkPojo, CopyableBuilder<RetentionConfiguration.Builder,RetentionConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the retention configuration object.retentionPeriodInDays(Integer retentionPeriodInDays) Number of days Config stores your historical information.Methods 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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
name
The name of the retention configuration object.
- Parameters:
 name- The name of the retention configuration object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
retentionPeriodInDays
Number of days Config stores your historical information.
Currently, only applicable to the configuration item history.
- Parameters:
 retentionPeriodInDays- Number of days Config stores your historical information.Currently, only applicable to the configuration item history.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -