public static interface ListMediaPipelinesRequest.Builder extends ChimeSdkMediaPipelinesRequest.Builder, SdkPojo, CopyableBuilder<ListMediaPipelinesRequest.Builder,ListMediaPipelinesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMediaPipelinesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListMediaPipelinesRequest.Builder |
nextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListMediaPipelinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMediaPipelinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMediaPipelinesRequest.Builder nextToken(String nextToken)
The token used to retrieve the next page of results.
nextToken - The token used to retrieve the next page of results.ListMediaPipelinesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. Valid Range: 1 - 99.
maxResults - The maximum number of results to return in a single call. Valid Range: 1 - 99.ListMediaPipelinesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMediaPipelinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.