Interface UpdateRotationRequest.Builder

    • Method Detail

      • rotationId

        UpdateRotationRequest.Builder rotationId​(String rotationId)

        The Amazon Resource Name (ARN) of the rotation to update.

        Parameters:
        rotationId - The Amazon Resource Name (ARN) of the rotation to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactIds

        UpdateRotationRequest.Builder contactIds​(Collection<String> contactIds)

        The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.

        The order in which you list the contacts is their shift order in the rotation schedule.

        Parameters:
        contactIds - The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.

        The order in which you list the contacts is their shift order in the rotation schedule.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactIds

        UpdateRotationRequest.Builder contactIds​(String... contactIds)

        The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.

        The order in which you list the contacts is their shift order in the rotation schedule.

        Parameters:
        contactIds - The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation.

        The order in which you list the contacts is their shift order in the rotation schedule.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        UpdateRotationRequest.Builder startTime​(Instant startTime)

        The date and time the rotation goes into effect.

        Parameters:
        startTime - The date and time the rotation goes into effect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeZoneId

        UpdateRotationRequest.Builder timeZoneId​(String timeZoneId)

        The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.

        Designators for time zones that don’t support Daylight Savings Time Rules, such as Pacific Standard Time (PST) and Pacific Daylight Time (PDT), aren't supported.

        Parameters:
        timeZoneId - The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.

        Designators for time zones that don’t support Daylight Savings Time Rules, such as Pacific Standard Time (PST) and Pacific Daylight Time (PDT), aren't supported.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recurrence

        UpdateRotationRequest.Builder recurrence​(RecurrenceSettings recurrence)

        Information about how long the updated rotation lasts before restarting at the beginning of the shift order.

        Parameters:
        recurrence - Information about how long the updated rotation lasts before restarting at the beginning of the shift order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.