Interface ListChannelsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListChannelsRequest.Builder,
,ListChannelsRequest> IvsRequest.Builder
,SdkBuilder<ListChannelsRequest.Builder,
,ListChannelsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListChannelsRequest
public static interface ListChannelsRequest.Builder
extends IvsRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilterByName
(String filterByName) Filters the channel list to match the specified name.filterByRecordingConfigurationArn
(String filterByRecordingConfigurationArn) Filters the channel list to match the specified recording-configuration ARN.maxResults
(Integer maxResults) Maximum number of channels to return.The first channel to retrieve.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.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ivs.model.IvsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
filterByName
Filters the channel list to match the specified name.
- Parameters:
filterByName
- Filters the channel list to match the specified name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterByRecordingConfigurationArn
ListChannelsRequest.Builder filterByRecordingConfigurationArn(String filterByRecordingConfigurationArn) Filters the channel list to match the specified recording-configuration ARN.
- Parameters:
filterByRecordingConfigurationArn
- Filters the channel list to match the specified recording-configuration ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum number of channels to return. Default: 100.
- Parameters:
maxResults
- Maximum number of channels to return. Default: 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The first channel to retrieve. This is used for pagination; see the
nextToken
response field.- Parameters:
nextToken
- The first channel to retrieve. This is used for pagination; see thenextToken
response field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-