public static interface ListChannelsRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsRequest.Builder |
filterByName(String filterByName)
Filters the channel list to match the specified name.
|
ListChannelsRequest.Builder |
filterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)
Filters the channel list to match the specified recording-configuration ARN.
|
ListChannelsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of channels to return.
|
ListChannelsRequest.Builder |
nextToken(String nextToken)
The first channel to retrieve.
|
ListChannelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelsRequest.Builder filterByName(String filterByName)
Filters the channel list to match the specified name.
filterByName - Filters the channel list to match the specified name.ListChannelsRequest.Builder filterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)
Filters the channel list to match the specified recording-configuration ARN.
filterByRecordingConfigurationArn - Filters the channel list to match the specified recording-configuration ARN.ListChannelsRequest.Builder maxResults(Integer maxResults)
Maximum number of channels to return. Default: 100.
maxResults - Maximum number of channels to return. Default: 100.ListChannelsRequest.Builder nextToken(String nextToken)
The first channel to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first channel to retrieve. This is used for pagination; see the nextToken response
field.ListChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.