public static interface RetentionPeriod.Builder extends SdkPojo, CopyableBuilder<RetentionPeriod.Builder,RetentionPeriod>
| Modifier and Type | Method and Description |
|---|---|
RetentionPeriod.Builder |
retentionPeriodUnit(RetentionPeriodUnit retentionPeriodUnit)
The unit of time in which the retention period is measured.
|
RetentionPeriod.Builder |
retentionPeriodUnit(String retentionPeriodUnit)
The unit of time in which the retention period is measured.
|
RetentionPeriod.Builder |
retentionPeriodValue(Integer retentionPeriodValue)
The period value for which the retention rule is to retain resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRetentionPeriod.Builder retentionPeriodValue(Integer retentionPeriodValue)
The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.
retentionPeriodValue - The period value for which the retention rule is to retain resources. The period is measured using the
unit specified for RetentionPeriodUnit.RetentionPeriod.Builder retentionPeriodUnit(String retentionPeriodUnit)
The unit of time in which the retention period is measured. Currently, only DAYS is supported.
retentionPeriodUnit - The unit of time in which the retention period is measured. Currently, only DAYS is
supported.RetentionPeriodUnit,
RetentionPeriodUnitRetentionPeriod.Builder retentionPeriodUnit(RetentionPeriodUnit retentionPeriodUnit)
The unit of time in which the retention period is measured. Currently, only DAYS is supported.
retentionPeriodUnit - The unit of time in which the retention period is measured. Currently, only DAYS is
supported.RetentionPeriodUnit,
RetentionPeriodUnitCopyright © 2022. All rights reserved.