Interface GetRotationOverrideResponse.Builder

    • 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.