public static interface RotationOverride.Builder extends SdkPojo, CopyableBuilder<RotationOverride.Builder,RotationOverride>
| Modifier and Type | Method and Description |
|---|---|
RotationOverride.Builder |
createTime(Instant createTime)
The time a rotation override was created.
|
RotationOverride.Builder |
endTime(Instant endTime)
The time a rotation override ends.
|
RotationOverride.Builder |
newContactIds(Collection<String> newContactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
|
RotationOverride.Builder |
newContactIds(String... newContactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
|
RotationOverride.Builder |
rotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the override to an on-call rotation.
|
RotationOverride.Builder |
startTime(Instant startTime)
The time a rotation override begins.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRotationOverride.Builder rotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the override to an on-call rotation.
rotationOverrideId - The Amazon Resource Name (ARN) of the override to an on-call rotation.RotationOverride.Builder newContactIds(Collection<String> newContactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
newContactIds - The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.RotationOverride.Builder newContactIds(String... newContactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
newContactIds - The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.RotationOverride.Builder startTime(Instant startTime)
The time a rotation override begins.
startTime - The time a rotation override begins.RotationOverride.Builder endTime(Instant endTime)
The time a rotation override ends.
endTime - The time a rotation override ends.RotationOverride.Builder createTime(Instant createTime)
The time a rotation override was created.
createTime - The time a rotation override was created.Copyright © 2023. All rights reserved.