public static interface ListPreviewRotationShiftsRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListPreviewRotationShiftsRequest.Builder,ListPreviewRotationShiftsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPreviewRotationShiftsRequest.Builder |
endTime(Instant endTime)
The date and time a rotation shift would end.
|
ListPreviewRotationShiftsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListPreviewRotationShiftsRequest.Builder |
members(Collection<String> members)
The contacts that would be assigned to a rotation.
|
ListPreviewRotationShiftsRequest.Builder |
members(String... members)
The contacts that would be assigned to a rotation.
|
ListPreviewRotationShiftsRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
ListPreviewRotationShiftsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPreviewRotationShiftsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPreviewRotationShiftsRequest.Builder |
overrides(Collection<PreviewOverride> overrides)
Information about changes that would be made in a rotation override.
|
ListPreviewRotationShiftsRequest.Builder |
overrides(Consumer<PreviewOverride.Builder>... overrides)
Information about changes that would be made in a rotation override.
|
ListPreviewRotationShiftsRequest.Builder |
overrides(PreviewOverride... overrides)
Information about changes that would be made in a rotation override.
|
default 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 |
recurrence(RecurrenceSettings recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
|
ListPreviewRotationShiftsRequest.Builder |
rotationStartTime(Instant rotationStartTime)
The date and time a rotation would begin.
|
ListPreviewRotationShiftsRequest.Builder |
startTime(Instant startTime)
Used to filter the range of calculated shifts before sending the response back to the user.
|
ListPreviewRotationShiftsRequest.Builder |
timeZoneId(String timeZoneId)
The time zone the rotation’s activity would be based on, in Internet Assigned Numbers Authority (IANA)
format.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPreviewRotationShiftsRequest.Builder rotationStartTime(Instant rotationStartTime)
The date and time a rotation would begin. The first shift is calculated from this date and time.
rotationStartTime - The date and time a rotation would begin. The first shift is calculated from this date and time.ListPreviewRotationShiftsRequest.Builder startTime(Instant startTime)
Used to filter the range of calculated shifts before sending the response back to the user.
startTime - Used to filter the range of calculated shifts before sending the response back to the user.ListPreviewRotationShiftsRequest.Builder endTime(Instant endTime)
The date and time a rotation shift would end.
endTime - The date and time a rotation shift would end.ListPreviewRotationShiftsRequest.Builder members(Collection<String> members)
The contacts that would be assigned to a rotation.
members - The contacts that would be assigned to a rotation.ListPreviewRotationShiftsRequest.Builder members(String... members)
The contacts that would be assigned to a rotation.
members - The contacts that would be assigned to a rotation.ListPreviewRotationShiftsRequest.Builder timeZoneId(String timeZoneId)
The time zone the rotation’s activity would be based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul".
timeZoneId - The time zone the rotation’s activity would be based on, in Internet Assigned Numbers Authority (IANA)
format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul".ListPreviewRotationShiftsRequest.Builder recurrence(RecurrenceSettings recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
recurrence - Information about how long a rotation would last before restarting at the beginning of the shift
order.default ListPreviewRotationShiftsRequest.Builder recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Information about how long a rotation would last before restarting at the beginning of the shift order.
This is a convenience method that creates an instance of theRecurrenceSettings.Builder avoiding the
need to create one manually via RecurrenceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recurrence(RecurrenceSettings).
recurrence - a consumer that will call methods on RecurrenceSettings.Builderrecurrence(RecurrenceSettings)ListPreviewRotationShiftsRequest.Builder overrides(Collection<PreviewOverride> overrides)
Information about changes that would be made in a rotation override.
overrides - Information about changes that would be made in a rotation override.ListPreviewRotationShiftsRequest.Builder overrides(PreviewOverride... overrides)
Information about changes that would be made in a rotation override.
overrides - Information about changes that would be made in a rotation override.ListPreviewRotationShiftsRequest.Builder overrides(Consumer<PreviewOverride.Builder>... overrides)
Information about changes that would be made in a rotation override.
This is a convenience method that creates an instance of thePreviewOverride.Builder avoiding the need to create
one manually via PreviewOverride.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #overrides(List.
overrides - a consumer that will call methods on
PreviewOverride.Builder#overrides(java.util.Collection) ListPreviewRotationShiftsRequest.Builder nextToken(String nextToken)
A token to start the list. This token is used to get the next set of results.
nextToken - A token to start the list. This token is used to get the next set of results.ListPreviewRotationShiftsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that can be specified in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that can be
specified in a subsequent call to get the next set of results.ListPreviewRotationShiftsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPreviewRotationShiftsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.