static UpdateRotationRequest.Builder |
UpdateRotationRequest.builder() |
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.contactIds(String... contactIds) |
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.contactIds(Collection<String> contactIds) |
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence) |
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.recurrence(RecurrenceSettings recurrence) |
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.rotationId(String rotationId) |
The Amazon Resource Name (ARN) of the rotation to update.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.startTime(Instant startTime) |
The date and time the rotation goes into effect.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.Builder.timeZoneId(String timeZoneId) |
The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA)
format.
|
UpdateRotationRequest.Builder |
UpdateRotationRequest.toBuilder() |
|