Interface ListPreviewRotationShiftsResponse.Builder

    • Method Detail

      • rotationShifts

        ListPreviewRotationShiftsResponse.Builder rotationShifts​(Collection<RotationShift> rotationShifts)

        Details about a rotation shift, including times, types, and contacts.

        Parameters:
        rotationShifts - Details about a rotation shift, including times, types, and contacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rotationShifts

        ListPreviewRotationShiftsResponse.Builder rotationShifts​(RotationShift... rotationShifts)

        Details about a rotation shift, including times, types, and contacts.

        Parameters:
        rotationShifts - Details about a rotation shift, including times, types, and contacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPreviewRotationShiftsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. This token is used to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. This token is used to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.