Interface RotationOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RotationOverride.Builder,
,RotationOverride> SdkBuilder<RotationOverride.Builder,
,RotationOverride> SdkPojo
- Enclosing class:
RotationOverride
@Mutable
@NotThreadSafe
public static interface RotationOverride.Builder
extends SdkPojo, CopyableBuilder<RotationOverride.Builder,RotationOverride>
-
Method Summary
Modifier and TypeMethodDescriptioncreateTime
(Instant createTime) The time a rotation override was created.The time a rotation override ends.newContactIds
(String... newContactIds) The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.newContactIds
(Collection<String> newContactIds) The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.rotationOverrideId
(String rotationOverrideId) The Amazon Resource Name (ARN) of the override to an on-call rotation.The time a rotation override begins.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
rotationOverrideId
The Amazon Resource Name (ARN) of the override to an on-call rotation.
- Parameters:
rotationOverrideId
- The Amazon Resource Name (ARN) of the override to an on-call rotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newContactIds
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
- Parameters:
newContactIds
- The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newContactIds
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
- Parameters:
newContactIds
- The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The time a rotation override begins.
- Parameters:
startTime
- The time a rotation override begins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time a rotation override ends.
- Parameters:
endTime
- The time a rotation override ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The time a rotation override was created.
- Parameters:
createTime
- The time a rotation override was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-