public static interface CreateRule.Builder extends SdkPojo, CopyableBuilder<CreateRule.Builder,CreateRule>
| Modifier and Type | Method and Description |
|---|---|
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.
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.
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.
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.
Copyright © 2020. All rights reserved.