Interface ListRotationOverridesRequest.Builder

    • Method Detail

      • rotationId

        ListRotationOverridesRequest.Builder rotationId​(String rotationId)

        The Amazon Resource Name (ARN) of the rotation to retrieve information about.

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

        ListRotationOverridesRequest.Builder startTime​(Instant startTime)

        The date and time for the beginning of a time range for listing overrides.

        Parameters:
        startTime - The date and time for the beginning of a time range for listing overrides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ListRotationOverridesRequest.Builder endTime​(Instant endTime)

        The date and time for the end of a time range for listing overrides.

        Parameters:
        endTime - The date and time for the end of a time range for listing overrides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRotationOverridesRequest.Builder nextToken​(String nextToken)

        A token to start the list. Use this token to get the next set of results.

        Parameters:
        nextToken - A token to start the list. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListRotationOverridesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

        Parameters:
        maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.