Interface GetRotationOverrideResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRotationOverrideResponse.Builder,GetRotationOverrideResponse>,SdkBuilder<GetRotationOverrideResponse.Builder,GetRotationOverrideResponse>,SdkPojo,SdkResponse.Builder,SsmContactsResponse.Builder
- Enclosing class:
- GetRotationOverrideResponse
public static interface GetRotationOverrideResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<GetRotationOverrideResponse.Builder,GetRotationOverrideResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRotationOverrideResponse.BuildercreateTime(Instant createTime)The date and time when the override was created.GetRotationOverrideResponse.BuilderendTime(Instant endTime)The date and time when the override ends.GetRotationOverrideResponse.BuildernewContactIds(String... newContactIds)The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.GetRotationOverrideResponse.BuildernewContactIds(Collection<String> newContactIds)The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.GetRotationOverrideResponse.BuilderrotationArn(String rotationArn)The Amazon Resource Name (ARN) of the on-call rotation that was overridden.GetRotationOverrideResponse.BuilderrotationOverrideId(String rotationOverrideId)The Amazon Resource Name (ARN) of the override to an on-call rotation.GetRotationOverrideResponse.BuilderstartTime(Instant startTime)The date and time when the override goes into effect.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssmcontacts.model.SsmContactsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
rotationOverrideId
GetRotationOverrideResponse.Builder rotationOverrideId(String 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.
-
rotationArn
GetRotationOverrideResponse.Builder rotationArn(String rotationArn)
The Amazon Resource Name (ARN) of the on-call rotation that was overridden.
- Parameters:
rotationArn- The Amazon Resource Name (ARN) of the on-call rotation that was overridden.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newContactIds
GetRotationOverrideResponse.Builder newContactIds(Collection<String> 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
GetRotationOverrideResponse.Builder newContactIds(String... 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
GetRotationOverrideResponse.Builder startTime(Instant startTime)
The date and time when the override goes into effect.
- Parameters:
startTime- The date and time when the override goes into effect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
GetRotationOverrideResponse.Builder endTime(Instant endTime)
The date and time when the override ends.
- Parameters:
endTime- The date and time when the override ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
GetRotationOverrideResponse.Builder createTime(Instant createTime)
The date and time when the override was created.
- Parameters:
createTime- The date and time when the override was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-