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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelsRequest.BuilderfilterByName(String filterByName)Filters the channel list to match the specified name.ListChannelsRequest.BuilderfilterByPlaybackRestrictionPolicyArn(String filterByPlaybackRestrictionPolicyArn)Filters the channel list to match the specified policy.ListChannelsRequest.BuilderfilterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)Filters the channel list to match the specified recording-configuration ARN.ListChannelsRequest.BuildermaxResults(Integer maxResults)Maximum number of channels to return.ListChannelsRequest.BuildernextToken(String nextToken)The first channel to retrieve.ListChannelsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
filterByName
ListChannelsRequest.Builder filterByName(String 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.
-
filterByPlaybackRestrictionPolicyArn
ListChannelsRequest.Builder filterByPlaybackRestrictionPolicyArn(String filterByPlaybackRestrictionPolicyArn)
Filters the channel list to match the specified policy.
- Parameters:
filterByPlaybackRestrictionPolicyArn- Filters the channel list to match the specified policy.- 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
ListChannelsRequest.Builder maxResults(Integer 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
ListChannelsRequest.Builder nextToken(String nextToken)
The first channel to retrieve. This is used for pagination; see the
nextTokenresponse field.- Parameters:
nextToken- The first channel to retrieve. This is used for pagination; see thenextTokenresponse field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-