public static interface ListStagesRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<ListStagesRequest.Builder,ListStagesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStagesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return.
|
ListStagesRequest.Builder |
nextToken(String nextToken)
The first stage to retrieve.
|
ListStagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStagesRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
maxResults - Maximum number of results to return. Default: 50.ListStagesRequest.Builder nextToken(String nextToken)
The first stage to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first stage to retrieve. This is used for pagination; see the nextToken response
field.ListStagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.