public static interface Schedule.Builder extends SdkPojo, CopyableBuilder<Schedule.Builder,Schedule>
Modifier and Type | Method and Description |
---|---|
Schedule.Builder |
expression(String expression)
The expression that defines when to trigger an update.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Schedule.Builder expression(String expression)
The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.
expression
- The expression that defines when to trigger an update. For more information, see Schedule
Expressions for Rules in the Amazon CloudWatch Events User Guide.