Interface ScheduledPlanExecutionMember.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduledPlanExecutionMember.Builder,
,ScheduledPlanExecutionMember> SdkBuilder<ScheduledPlanExecutionMember.Builder,
,ScheduledPlanExecutionMember> SdkPojo
- Enclosing class:
ScheduledPlanExecutionMember
@Mutable
@NotThreadSafe
public static interface ScheduledPlanExecutionMember.Builder
extends SdkPojo, CopyableBuilder<ScheduledPlanExecutionMember.Builder,ScheduledPlanExecutionMember>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionTime
(Instant executionTime) The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC).ruleExecutionType
(String ruleExecutionType) The type of backup rule execution.ruleExecutionType
(RuleExecutionType ruleExecutionType) The type of backup rule execution.The unique identifier of the backup rule that will execute at the scheduled time.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, sdkFieldNameToField, sdkFields
-
Method Details
-
executionTime
The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.
- Parameters:
executionTime
- The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleId
The unique identifier of the backup rule that will execute at the scheduled time.
- Parameters:
ruleId
- The unique identifier of the backup rule that will execute at the scheduled time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleExecutionType
The type of backup rule execution. Valid values are
CONTINUOUS
(point-in-time recovery),SNAPSHOTS
(snapshot backups), orCONTINUOUS_AND_SNAPSHOTS
(both types combined).- Parameters:
ruleExecutionType
- The type of backup rule execution. Valid values areCONTINUOUS
(point-in-time recovery),SNAPSHOTS
(snapshot backups), orCONTINUOUS_AND_SNAPSHOTS
(both types combined).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ruleExecutionType
The type of backup rule execution. Valid values are
CONTINUOUS
(point-in-time recovery),SNAPSHOTS
(snapshot backups), orCONTINUOUS_AND_SNAPSHOTS
(both types combined).- Parameters:
ruleExecutionType
- The type of backup rule execution. Valid values areCONTINUOUS
(point-in-time recovery),SNAPSHOTS
(snapshot backups), orCONTINUOUS_AND_SNAPSHOTS
(both types combined).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-