public static interface CreateRotationOverrideRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<CreateRotationOverrideRequest.Builder,CreateRotationOverrideRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRotationOverrideRequest.Builder |
endTime(Instant endTime)
The date and time when the override ends.
|
CreateRotationOverrideRequest.Builder |
idempotencyToken(String idempotencyToken)
A token that ensures that the operation is called only once with the specified details.
|
CreateRotationOverrideRequest.Builder |
newContactIds(Collection<String> newContactIds)
The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.
|
CreateRotationOverrideRequest.Builder |
newContactIds(String... newContactIds)
The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.
|
CreateRotationOverrideRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRotationOverrideRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRotationOverrideRequest.Builder |
rotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to create an override for.
|
CreateRotationOverrideRequest.Builder |
startTime(Instant startTime)
The date and time when the override goes into effect.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRotationOverrideRequest.Builder rotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation to create an override for.
rotationId - The Amazon Resource Name (ARN) of the rotation to create an override for.CreateRotationOverrideRequest.Builder newContactIds(Collection<String> newContactIds)
The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.
If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.
newContactIds - The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation
with.
If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.
CreateRotationOverrideRequest.Builder newContactIds(String... newContactIds)
The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.
If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.
newContactIds - The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation
with.
If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.
CreateRotationOverrideRequest.Builder startTime(Instant startTime)
The date and time when the override goes into effect.
startTime - The date and time when the override goes into effect.CreateRotationOverrideRequest.Builder endTime(Instant endTime)
The date and time when the override ends.
endTime - The date and time when the override ends.CreateRotationOverrideRequest.Builder idempotencyToken(String idempotencyToken)
A token that ensures that the operation is called only once with the specified details.
idempotencyToken - A token that ensures that the operation is called only once with the specified details.CreateRotationOverrideRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRotationOverrideRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.