static ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.builder() |
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.endTime(Instant endTime) |
The date and time a rotation shift would end.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of items to return for this call.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.members(String... members) |
The contacts that would be assigned to a rotation.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.members(Collection<String> members) |
The contacts that would be assigned to a rotation.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.nextToken(String nextToken) |
A token to start the list.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrides(Collection<PreviewOverride> overrides) |
Information about changes that would be made in a rotation override.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrides(Consumer<PreviewOverride.Builder>... overrides) |
Information about changes that would be made in a rotation override.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.overrides(PreviewOverride... overrides) |
Information about changes that would be made in a rotation override.
|
default ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence) |
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.recurrence(RecurrenceSettings recurrence) |
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.rotationStartTime(Instant rotationStartTime) |
The date and time a rotation would begin.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.startTime(Instant startTime) |
Used to filter the range of calculated shifts before sending the response back to the user.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.Builder.timeZoneId(String timeZoneId) |
The time zone the rotation’s activity would be based on, in Internet Assigned Numbers Authority (IANA)
format.
|
ListPreviewRotationShiftsRequest.Builder |
ListPreviewRotationShiftsRequest.toBuilder() |
|