public static interface ListRotationsResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<ListRotationsResponse.Builder,ListRotationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRotationsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListRotationsResponse.Builder |
rotations(Collection<Rotation> rotations)
Information about rotations that meet the filter criteria.
|
ListRotationsResponse.Builder |
rotations(Consumer<Rotation.Builder>... rotations)
Information about rotations that meet the filter criteria.
|
ListRotationsResponse.Builder |
rotations(Rotation... rotations)
Information about rotations that meet the filter criteria.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRotationsResponse.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.ListRotationsResponse.Builder rotations(Collection<Rotation> rotations)
Information about rotations that meet the filter criteria.
rotations - Information about rotations that meet the filter criteria.ListRotationsResponse.Builder rotations(Rotation... rotations)
Information about rotations that meet the filter criteria.
rotations - Information about rotations that meet the filter criteria.ListRotationsResponse.Builder rotations(Consumer<Rotation.Builder>... rotations)
Information about rotations that meet the filter criteria.
This is a convenience method that creates an instance of theRotation.Builder avoiding the need to create one
manually via Rotation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #rotations(List.
rotations - a consumer that will call methods on
Rotation.Builder#rotations(java.util.Collection) Copyright © 2023. All rights reserved.