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 Details

    • 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

      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

      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

      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.