public static interface ListSignalingChannelsRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<ListSignalingChannelsRequest.Builder,ListSignalingChannelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSignalingChannelsRequest.Builder |
channelNameCondition(ChannelNameCondition channelNameCondition)
Optional: Returns only the channels that satisfy a specific condition.
|
default ListSignalingChannelsRequest.Builder |
channelNameCondition(Consumer<ChannelNameCondition.Builder> channelNameCondition)
Optional: Returns only the channels that satisfy a specific condition.
|
ListSignalingChannelsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of channels to return in the response.
|
ListSignalingChannelsRequest.Builder |
nextToken(String nextToken)
If you specify this parameter, when the result of a
ListSignalingChannels operation is
truncated, the call returns the NextToken in the response. |
ListSignalingChannelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSignalingChannelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSignalingChannelsRequest.Builder maxResults(Integer maxResults)
The maximum number of channels to return in the response. The default is 500.
maxResults - The maximum number of channels to return in the response. The default is 500.ListSignalingChannelsRequest.Builder nextToken(String nextToken)
If you specify this parameter, when the result of a ListSignalingChannels operation is
truncated, the call returns the NextToken in the response. To get another batch of channels,
provide this token in your next request.
nextToken - If you specify this parameter, when the result of a ListSignalingChannels operation is
truncated, the call returns the NextToken in the response. To get another batch of
channels, provide this token in your next request.ListSignalingChannelsRequest.Builder channelNameCondition(ChannelNameCondition channelNameCondition)
Optional: Returns only the channels that satisfy a specific condition.
channelNameCondition - Optional: Returns only the channels that satisfy a specific condition.default ListSignalingChannelsRequest.Builder channelNameCondition(Consumer<ChannelNameCondition.Builder> channelNameCondition)
Optional: Returns only the channels that satisfy a specific condition.
This is a convenience method that creates an instance of theChannelNameCondition.Builder avoiding
the need to create one manually via ChannelNameCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to channelNameCondition(ChannelNameCondition).
channelNameCondition - a consumer that will call methods on ChannelNameCondition.BuilderchannelNameCondition(ChannelNameCondition)ListSignalingChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSignalingChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.