Interface ListZonalShiftsResponse.Builder

  • Method Details

    • items

      The items in the response list.

      Parameters:
      items - The items in the response list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      The items in the response list.

      Parameters:
      items - The items in the response list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      The items in the response list.

      This is a convenience method that creates an instance of the ZonalShiftSummary.Builder avoiding the need to create one manually via ZonalShiftSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<ZonalShiftSummary>).

      Parameters:
      items - a consumer that will call methods on ZonalShiftSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.

      Parameters:
      nextToken - Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.