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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetentionConfiguration.Buildername(String name)The name of the retention configuration object.RetentionConfiguration.BuilderretentionPeriodInDays(Integer retentionPeriodInDays)Number of days Config stores your historical information.-
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, sdkFields
-
-
-
-
Method Detail
-
name
RetentionConfiguration.Builder name(String 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
RetentionConfiguration.Builder retentionPeriodInDays(Integer 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.
-
-