Interface RecurrenceRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecurrenceRule.Builder,
,RecurrenceRule> SdkBuilder<RecurrenceRule.Builder,
,RecurrenceRule> SdkPojo
- Enclosing class:
RecurrenceRule
@Mutable
@NotThreadSafe
public static interface RecurrenceRule.Builder
extends SdkPojo, CopyableBuilder<RecurrenceRule.Builder,RecurrenceRule>
-
Method Summary
Modifier and TypeMethodDescriptionexpression
(String expression) A cron or rate expression that specifies the schedule for the exclusion window.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
-
expression
A cron or rate expression that specifies the schedule for the exclusion window.
- Parameters:
expression
- A cron or rate expression that specifies the schedule for the exclusion window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-