public static interface GetRotationOverrideResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<GetRotationOverrideResponse.Builder,GetRotationOverrideResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRotationOverrideResponse.Builder |
createTime(Instant createTime)
The date and time when the override was created.
|
GetRotationOverrideResponse.Builder |
endTime(Instant endTime)
The date and time when the override ends.
|
GetRotationOverrideResponse.Builder |
newContactIds(Collection<String> newContactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
|
GetRotationOverrideResponse.Builder |
newContactIds(String... newContactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
|
GetRotationOverrideResponse.Builder |
rotationArn(String rotationArn)
The Amazon Resource Name (ARN) of the on-call rotation that was overridden.
|
GetRotationOverrideResponse.Builder |
rotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the override to an on-call rotation.
|
GetRotationOverrideResponse.Builder |
startTime(Instant startTime)
The date and time when the override goes into effect.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRotationOverrideResponse.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.GetRotationOverrideResponse.Builder rotationArn(String rotationArn)
The Amazon Resource Name (ARN) of the on-call rotation that was overridden.
rotationArn - The Amazon Resource Name (ARN) of the on-call rotation that was overridden.GetRotationOverrideResponse.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.GetRotationOverrideResponse.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.GetRotationOverrideResponse.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.GetRotationOverrideResponse.Builder endTime(Instant endTime)
The date and time when the override ends.
endTime - The date and time when the override ends.GetRotationOverrideResponse.Builder createTime(Instant createTime)
The date and time when the override was created.
createTime - The date and time when the override was created.Copyright © 2023. All rights reserved.