public static interface CreateRule.Builder extends SdkPojo, CopyableBuilder<CreateRule.Builder,CreateRule>
Modifier and Type | Method and Description |
---|---|
CreateRule.Builder |
interval(Integer interval)
The interval.
|
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.
|
copy
applyMutation, build
CreateRule.Builder interval(Integer interval)
The interval. The supported values are 12 and 24.
interval
- The interval. The supported values are 12 and 24.CreateRule.Builder intervalUnit(String intervalUnit)
The interval unit.
intervalUnit
- The interval unit.IntervalUnitValues
,
IntervalUnitValues
CreateRule.Builder intervalUnit(IntervalUnitValues intervalUnit)
The interval unit.
intervalUnit
- The interval unit.IntervalUnitValues
,
IntervalUnitValues
CreateRule.Builder times(Collection<String> times)
The time, in UTC, to start the operation.
The operation occurs within a one-hour window following the specified time.
times
- The time, in UTC, to start the operation.
The operation occurs within a one-hour window following the specified time.
CreateRule.Builder times(String... times)
The time, in UTC, to start the operation.
The operation occurs within a one-hour window following the specified time.
times
- The time, in UTC, to start the operation.
The operation occurs within a one-hour window following the specified time.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.