Interface ListPlaybackConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPlaybackConfigurationsRequest.Builder,ListPlaybackConfigurationsRequest>,MediaTailorRequest.Builder,SdkBuilder<ListPlaybackConfigurationsRequest.Builder,ListPlaybackConfigurationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListPlaybackConfigurationsRequest
public static interface ListPlaybackConfigurationsRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListPlaybackConfigurationsRequest.Builder,ListPlaybackConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPlaybackConfigurationsRequest.BuildermaxResults(Integer maxResults)The maximum number of playback configurations that you want MediaTailor to return in response to the current request.ListPlaybackConfigurationsRequest.BuildernextToken(String nextToken)Pagination token returned by the list request when results exceed the maximum allowed.ListPlaybackConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPlaybackConfigurationsRequest.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, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListPlaybackConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum number of playback configurations that you want MediaTailor to return in response to the current request. If there are more than
MaxResultsplayback configurations, use the value ofNextTokenin the response to get the next page of results.- Parameters:
maxResults- The maximum number of playback configurations that you want MediaTailor to return in response to the current request. If there are more thanMaxResultsplayback configurations, 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
ListPlaybackConfigurationsRequest.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
ListPlaybackConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPlaybackConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-