public static interface ListStreamKeysRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<ListStreamKeysRequest.Builder,ListStreamKeysRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStreamKeysRequest.Builder |
channelArn(String channelArn)
Channel ARN used to filter the list.
|
ListStreamKeysRequest.Builder |
maxResults(Integer maxResults)
Maximum number of streamKeys to return.
|
ListStreamKeysRequest.Builder |
nextToken(String nextToken)
The first stream key to retrieve.
|
ListStreamKeysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStreamKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamKeysRequest.Builder channelArn(String channelArn)
Channel ARN used to filter the list.
channelArn - Channel ARN used to filter the list.ListStreamKeysRequest.Builder maxResults(Integer maxResults)
Maximum number of streamKeys to return. Default: 1.
maxResults - Maximum number of streamKeys to return. Default: 1.ListStreamKeysRequest.Builder nextToken(String nextToken)
The first stream key to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first stream key to retrieve. This is used for pagination; see the nextToken response
field.ListStreamKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStreamKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.