| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static GetRotationResponse.Builder |
GetRotationResponse.builder() |
GetRotationResponse.Builder |
GetRotationResponse.Builder.contactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the on-call rotation team.
|
GetRotationResponse.Builder |
GetRotationResponse.Builder.contactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the on-call rotation team.
|
GetRotationResponse.Builder |
GetRotationResponse.Builder.name(String name)
The name of the on-call rotation.
|
default GetRotationResponse.Builder |
GetRotationResponse.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
|
GetRotationResponse.Builder |
GetRotationResponse.Builder.recurrence(RecurrenceSettings recurrence)
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
|
GetRotationResponse.Builder |
GetRotationResponse.Builder.rotationArn(String rotationArn)
The Amazon Resource Name (ARN) of the on-call rotation.
|
GetRotationResponse.Builder |
GetRotationResponse.Builder.startTime(Instant startTime)
The specified start time for the on-call rotation.
|
GetRotationResponse.Builder |
GetRotationResponse.Builder.timeZoneId(String timeZoneId)
The time zone that the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format.
|
GetRotationResponse.Builder |
GetRotationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetRotationResponse.Builder> |
GetRotationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.