Interface ListChannelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>,MediaTailorRequest.Builder,SdkBuilder<ListChannelsRequest.Builder,ListChannelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListChannelsRequest
public static interface ListChannelsRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelsRequest.BuildermaxResults(Integer maxResults)The maximum number of channels that you want MediaTailor to return in response to the current request.ListChannelsRequest.BuildernextToken(String nextToken)Pagination token returned by the list request when results exceed the maximum allowed.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.mediatailor.model.MediaTailorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListChannelsRequest.Builder maxResults(Integer maxResults)
The maximum number of channels that you want MediaTailor to return in response to the current request. If there are more than
MaxResultschannels, use the value ofNextTokenin the response to get the next page of results.- Parameters:
maxResults- The maximum number of channels that you want MediaTailor to return in response to the current request. If there are more thanMaxResultschannels, use the value ofNextTokenin the response to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListChannelsRequest.Builder nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
- Parameters:
nextToken- Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.- 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
-
-