public static interface ListRotationsRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListRotationsRequest.Builder,ListRotationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRotationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListRotationsRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
ListRotationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRotationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRotationsRequest.Builder |
rotationNamePrefix(String rotationNamePrefix)
A filter to include rotations in list results based on their common prefix.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRotationsRequest.Builder rotationNamePrefix(String rotationNamePrefix)
A filter to include rotations in list results based on their common prefix. For example, entering prod
returns a list of all rotation names that begin with prod, such as production and
prod-1.
rotationNamePrefix - A filter to include rotations in list results based on their common prefix. For example, entering prod
returns a list of all rotation names that begin with prod, such as
production and prod-1.ListRotationsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of results.ListRotationsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.ListRotationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRotationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.