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