public static interface ListPreviewRotationShiftsResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<ListPreviewRotationShiftsResponse.Builder,ListPreviewRotationShiftsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPreviewRotationShiftsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListPreviewRotationShiftsResponse.Builder |
rotationShifts(Collection<RotationShift> rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
ListPreviewRotationShiftsResponse.Builder |
rotationShifts(Consumer<RotationShift.Builder>... rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
ListPreviewRotationShiftsResponse.Builder |
rotationShifts(RotationShift... rotationShifts)
Details about a rotation shift, including times, types, and contacts.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPreviewRotationShiftsResponse.Builder rotationShifts(Collection<RotationShift> rotationShifts)
Details about a rotation shift, including times, types, and contacts.
rotationShifts - Details about a rotation shift, including times, types, and contacts.ListPreviewRotationShiftsResponse.Builder rotationShifts(RotationShift... rotationShifts)
Details about a rotation shift, including times, types, and contacts.
rotationShifts - Details about a rotation shift, including times, types, and contacts.ListPreviewRotationShiftsResponse.Builder rotationShifts(Consumer<RotationShift.Builder>... rotationShifts)
Details about a rotation shift, including times, types, and contacts.
This is a convenience method that creates an instance of theRotationShift.Builder avoiding the need to create
one manually via RotationShift.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #rotationShifts(List.
rotationShifts - a consumer that will call methods on
RotationShift.Builder#rotationShifts(java.util.Collection) 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.
nextToken - The token for the next set of items to return. This token is used to get the next set of results.Copyright © 2023. All rights reserved.