public static interface UpdateRotationRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<UpdateRotationRequest.Builder,UpdateRotationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRotationRequest.Builder |
contactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
|
UpdateRotationRequest.Builder |
contactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
|
UpdateRotationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRotationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default 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 |
recurrence(RecurrenceSettings recurrence)
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
|
UpdateRotationRequest.Builder |
rotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to update.
|
UpdateRotationRequest.Builder |
startTime(Instant startTime)
The date and time the rotation goes into effect.
|
UpdateRotationRequest.Builder |
timeZoneId(String timeZoneId)
The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA)
format.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRotationRequest.Builder rotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to update.
rotationId - The Amazon Resource Name (ARN) of the rotation to update.UpdateRotationRequest.Builder contactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
The order in which you list the contacts is their shift order in the rotation schedule.
contactIds - The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
The order in which you list the contacts is their shift order in the rotation schedule.
UpdateRotationRequest.Builder contactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
The order in which you list the contacts is their shift order in the rotation schedule.
contactIds - The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.
The order in which you list the contacts is their shift order in the rotation schedule.
UpdateRotationRequest.Builder startTime(Instant startTime)
The date and time the rotation goes into effect.
startTime - The date and time the rotation goes into effect.UpdateRotationRequest.Builder timeZoneId(String timeZoneId)
The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
Designators for time zones that don’t support Daylight Savings Time Rules, such as Pacific Standard Time (PST) and Pacific Daylight Time (PDT), aren't supported.
timeZoneId - The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority
(IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see
the Time Zone Database on the IANA website. Designators for time zones that don’t support Daylight Savings Time Rules, such as Pacific Standard Time (PST) and Pacific Daylight Time (PDT), aren't supported.
UpdateRotationRequest.Builder recurrence(RecurrenceSettings recurrence)
Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
recurrence - Information about how long the updated rotation lasts before restarting at the beginning of the shift
order.default UpdateRotationRequest.Builder recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Information about how long the updated rotation lasts 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)UpdateRotationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRotationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.