Interface RotationOverride.Builder

    • Method Detail

      • rotationOverrideId

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

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

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

        RotationOverride.Builder startTime​(Instant 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

        RotationOverride.Builder endTime​(Instant 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

        RotationOverride.Builder createTime​(Instant 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.