| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static Rotation.Builder |
Rotation.builder() |
Rotation.Builder |
Rotation.Builder.contactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the rotation team.
|
Rotation.Builder |
Rotation.Builder.contactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the rotation team.
|
Rotation.Builder |
Rotation.Builder.name(String name)
The name of the rotation.
|
default Rotation.Builder |
Rotation.Builder.recurrence(Consumer<RecurrenceSettings.Builder> recurrence)
Information about when an on-call rotation is in effect and how long the rotation period lasts.
|
Rotation.Builder |
Rotation.Builder.recurrence(RecurrenceSettings recurrence)
Information about when an on-call rotation is in effect and how long the rotation period lasts.
|
Rotation.Builder |
Rotation.Builder.rotationArn(String rotationArn)
The Amazon Resource Name (ARN) of the rotation.
|
Rotation.Builder |
Rotation.Builder.startTime(Instant startTime)
The date and time the rotation becomes active.
|
Rotation.Builder |
Rotation.Builder.timeZoneId(String timeZoneId)
The time zone the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format.
|
Rotation.Builder |
Rotation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Rotation.Builder> |
Rotation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.