public static interface CreateRule.Builder extends SdkPojo, CopyableBuilder<CreateRule.Builder,CreateRule>
| Modifier and Type | Method and Description |
|---|---|
CreateRule.Builder |
cronExpression(String cronExpression)
The schedule, as a Cron expression.
|
CreateRule.Builder |
interval(Integer interval)
The interval between snapshots.
|
CreateRule.Builder |
intervalUnit(IntervalUnitValues intervalUnit)
The interval unit.
|
CreateRule.Builder |
intervalUnit(String intervalUnit)
The interval unit.
|
CreateRule.Builder |
times(Collection<String> times)
The time, in UTC, to start the operation.
|
CreateRule.Builder |
times(String... times)
The time, in UTC, to start the operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRule.Builder interval(Integer interval)
The interval between snapshots. The supported values are 1, 2, 3, 4, 6, 8, 12, and 24.
interval - The interval between snapshots. The supported values are 1, 2, 3, 4, 6, 8, 12, and 24.CreateRule.Builder intervalUnit(String intervalUnit)
The interval unit.
intervalUnit - The interval unit.IntervalUnitValues,
IntervalUnitValuesCreateRule.Builder intervalUnit(IntervalUnitValues intervalUnit)
The interval unit.
intervalUnit - The interval unit.IntervalUnitValues,
IntervalUnitValuesCreateRule.Builder times(Collection<String> times)
The time, in UTC, to start the operation. The supported format is hh:mm.
The operation occurs within a one-hour window following the specified time. If you do not specify a time, Amazon DLM selects a time within the next 24 hours.
times - The time, in UTC, to start the operation. The supported format is hh:mm.
The operation occurs within a one-hour window following the specified time. If you do not specify a time, Amazon DLM selects a time within the next 24 hours.
CreateRule.Builder times(String... times)
The time, in UTC, to start the operation. The supported format is hh:mm.
The operation occurs within a one-hour window following the specified time. If you do not specify a time, Amazon DLM selects a time within the next 24 hours.
times - The time, in UTC, to start the operation. The supported format is hh:mm.
The operation occurs within a one-hour window following the specified time. If you do not specify a time, Amazon DLM selects a time within the next 24 hours.
CreateRule.Builder cronExpression(String cronExpression)
The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. For more information, see Cron expressions in the Amazon CloudWatch User Guide.
cronExpression - The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. For more
information, see Cron
expressions in the Amazon CloudWatch User Guide.Copyright © 2020. All rights reserved.