| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static RotationShift.Builder |
RotationShift.builder() |
RotationShift.Builder |
RotationShift.Builder.contactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts who are part of the shift rotation.
|
RotationShift.Builder |
RotationShift.Builder.contactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts who are part of the shift rotation.
|
RotationShift.Builder |
RotationShift.Builder.endTime(Instant endTime)
The time a shift rotation ends.
|
default RotationShift.Builder |
RotationShift.Builder.shiftDetails(Consumer<ShiftDetails.Builder> shiftDetails)
Additional information about an on-call rotation shift.
|
RotationShift.Builder |
RotationShift.Builder.shiftDetails(ShiftDetails shiftDetails)
Additional information about an on-call rotation shift.
|
RotationShift.Builder |
RotationShift.Builder.startTime(Instant startTime)
The time a shift rotation begins.
|
RotationShift.Builder |
RotationShift.toBuilder() |
RotationShift.Builder |
RotationShift.Builder.type(ShiftType type)
The type of shift rotation.
|
RotationShift.Builder |
RotationShift.Builder.type(String type)
The type of shift rotation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RotationShift.Builder> |
RotationShift.serializableBuilderClass() |
Copyright © 2023. All rights reserved.