static CreateRotationRequest.Builder |
CreateRotationRequest.builder() |
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.contactIds(String... contactIds) |
The Amazon Resource Names (ARNs) of the contacts to add to the rotation.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.contactIds(Collection<String> contactIds) |
The Amazon Resource Names (ARNs) of the contacts to add to the rotation.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.idempotencyToken(String idempotencyToken) |
A token that ensures that the operation is called only once with the specified details.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.name(String name) |
The name of the rotation.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateRotationRequest.Builder |
CreateRotationRequest.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence) |
Information about the rule that specifies when a shift's team members rotate.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.recurrence(RecurrenceSettings recurrence) |
Information about the rule that specifies when a shift's team members rotate.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.startTime(Instant startTime) |
The date and time that the rotation goes into effect.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.tags(Collection<Tag> tags) |
Optional metadata to assign to the rotation.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Optional metadata to assign to the rotation.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.tags(Tag... tags) |
Optional metadata to assign to the rotation.
|
CreateRotationRequest.Builder |
CreateRotationRequest.Builder.timeZoneId(String timeZoneId) |
The time zone to base the rotation’s activity on in Internet Assigned Numbers Authority (IANA) format.
|
CreateRotationRequest.Builder |
CreateRotationRequest.toBuilder() |
|