Interface ListMultiplexProgramsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMultiplexProgramsRequest.Builder,ListMultiplexProgramsRequest>,MediaLiveRequest.Builder,SdkBuilder<ListMultiplexProgramsRequest.Builder,ListMultiplexProgramsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMultiplexProgramsRequest
public static interface ListMultiplexProgramsRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<ListMultiplexProgramsRequest.Builder,ListMultiplexProgramsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMultiplexProgramsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return.ListMultiplexProgramsRequest.BuildermultiplexId(String multiplexId)The ID of the multiplex that the programs belong to.ListMultiplexProgramsRequest.BuildernextToken(String nextToken)The token to retrieve the next page of results.ListMultiplexProgramsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMultiplexProgramsRequest.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.medialive.model.MediaLiveRequest.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
ListMultiplexProgramsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return.- Parameters:
maxResults- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiplexId
ListMultiplexProgramsRequest.Builder multiplexId(String multiplexId)
The ID of the multiplex that the programs belong to.- Parameters:
multiplexId- The ID of the multiplex that the programs belong to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMultiplexProgramsRequest.Builder nextToken(String nextToken)
The token to retrieve the next page of results.- Parameters:
nextToken- The token to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMultiplexProgramsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMultiplexProgramsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-