public static interface ListRotationShiftsResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<ListRotationShiftsResponse.Builder,ListRotationShiftsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRotationShiftsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListRotationShiftsResponse.Builder |
rotationShifts(Collection<RotationShift> rotationShifts)
Information about shifts that meet the filter criteria.
|
ListRotationShiftsResponse.Builder |
rotationShifts(Consumer<RotationShift.Builder>... rotationShifts)
Information about shifts that meet the filter criteria.
|
ListRotationShiftsResponse.Builder |
rotationShifts(RotationShift... rotationShifts)
Information about shifts that meet the filter criteria.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRotationShiftsResponse.Builder rotationShifts(Collection<RotationShift> rotationShifts)
Information about shifts that meet the filter criteria.
rotationShifts - Information about shifts that meet the filter criteria.ListRotationShiftsResponse.Builder rotationShifts(RotationShift... rotationShifts)
Information about shifts that meet the filter criteria.
rotationShifts - Information about shifts that meet the filter criteria.ListRotationShiftsResponse.Builder rotationShifts(Consumer<RotationShift.Builder>... rotationShifts)
Information about shifts that meet the filter criteria.
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) ListRotationShiftsResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to get the next set of results.Copyright © 2023. All rights reserved.