Interface ListRotationShiftsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListRotationShiftsRequest.Builder,ListRotationShiftsRequest>, SdkBuilder<ListRotationShiftsRequest.Builder,ListRotationShiftsRequest>, SdkPojo, SdkRequest.Builder, SsmContactsRequest.Builder
Enclosing class:
ListRotationShiftsRequest

public static interface ListRotationShiftsRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListRotationShiftsRequest.Builder,ListRotationShiftsRequest>
  • Method Details

    • rotationId

      ListRotationShiftsRequest.Builder rotationId(String rotationId)

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

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

      The date and time for the beginning of the time range to list shifts for.

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

      The date and time for the end of the time range to list shifts for.

      Parameters:
      endTime - The date and time for the end of the time range to list shifts for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

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

      ListRotationShiftsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.