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.
|
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 documentation.
expression
- The expression that defines when to trigger an update. For more information, see Schedule
Expressions for Rules in the Amazon CloudWatch documentation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.