Interface ListSignalingChannelsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListSignalingChannelsRequest.Builder,,- ListSignalingChannelsRequest> - KinesisVideoRequest.Builder,- SdkBuilder<ListSignalingChannelsRequest.Builder,,- ListSignalingChannelsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListSignalingChannelsRequest
@Mutable
@NotThreadSafe
public static interface ListSignalingChannelsRequest.Builder
extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<ListSignalingChannelsRequest.Builder,ListSignalingChannelsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionchannelNameCondition(Consumer<ChannelNameCondition.Builder> channelNameCondition) Optional: Returns only the channels that satisfy a specific condition.channelNameCondition(ChannelNameCondition channelNameCondition) Optional: Returns only the channels that satisfy a specific condition.maxResults(Integer maxResults) The maximum number of channels to return in the response.If you specify this parameter, when the result of aListSignalingChannelsoperation is truncated, the call returns theNextTokenin the response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maxResultsThe maximum number of channels to return in the response. The default is 500. - Parameters:
- maxResults- The maximum number of channels to return in the response. The default is 500.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenIf you specify this parameter, when the result of a ListSignalingChannelsoperation is truncated, the call returns theNextTokenin the response. To get another batch of channels, provide this token in your next request.- Parameters:
- nextToken- If you specify this parameter, when the result of a- ListSignalingChannelsoperation is truncated, the call returns the- NextTokenin the response. To get another batch of channels, provide this token in your next request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
channelNameConditionListSignalingChannelsRequest.Builder channelNameCondition(ChannelNameCondition channelNameCondition) Optional: Returns only the channels that satisfy a specific condition. - Parameters:
- channelNameCondition- Optional: Returns only the channels that satisfy a specific condition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
channelNameConditiondefault 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.Builderavoiding the need to create one manually viaChannelNameCondition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelNameCondition(ChannelNameCondition).- Parameters:
- channelNameCondition- a consumer that will call methods on- ChannelNameCondition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationListSignalingChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListSignalingChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-