Interface LongTermBackupSchedule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LongTermBackupSchedule.Builder,,LongTermBackupSchedule> SdkBuilder<LongTermBackupSchedule.Builder,,LongTermBackupSchedule> SdkPojo
- Enclosing class:
LongTermBackupSchedule
@Mutable
@NotThreadSafe
public static interface LongTermBackupSchedule.Builder
extends SdkPojo, CopyableBuilder<LongTermBackupSchedule.Builder,LongTermBackupSchedule>
-
Method Summary
Modifier and TypeMethodDescriptionisDisabled(Boolean isDisabled) Indicates whether the long-term backup schedule is disabled.repeatCadence(String repeatCadence) The cadence at which long-term backups are taken.repeatCadence(RepeatCadence repeatCadence) The cadence at which long-term backups are taken.retentionPeriodInDays(Integer retentionPeriodInDays) The retention period, in days, for long-term backups.timeOfBackup(Instant timeOfBackup) The date and time at which the long-term backup is taken.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
-
isDisabled
Indicates whether the long-term backup schedule is disabled.
- Parameters:
isDisabled- Indicates whether the long-term backup schedule is disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repeatCadence
The cadence at which long-term backups are taken.
- Parameters:
repeatCadence- The cadence at which long-term backups are taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
repeatCadence
The cadence at which long-term backups are taken.
- Parameters:
repeatCadence- The cadence at which long-term backups are taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retentionPeriodInDays
The retention period, in days, for long-term backups.
- Parameters:
retentionPeriodInDays- The retention period, in days, for long-term backups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeOfBackup
The date and time at which the long-term backup is taken.
- Parameters:
timeOfBackup- The date and time at which the long-term backup is taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-