Interface CreateMultiplexProgramRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateMultiplexProgramRequest.Builder,CreateMultiplexProgramRequest>,MediaLiveRequest.Builder,SdkBuilder<CreateMultiplexProgramRequest.Builder,CreateMultiplexProgramRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateMultiplexProgramRequest
public static interface CreateMultiplexProgramRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<CreateMultiplexProgramRequest.Builder,CreateMultiplexProgramRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateMultiplexProgramRequest.BuildermultiplexId(String multiplexId)ID of the multiplex where the program is to be created.default CreateMultiplexProgramRequest.BuildermultiplexProgramSettings(Consumer<MultiplexProgramSettings.Builder> multiplexProgramSettings)The settings for this multiplex program.CreateMultiplexProgramRequest.BuildermultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)The settings for this multiplex program.CreateMultiplexProgramRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateMultiplexProgramRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateMultiplexProgramRequest.BuilderprogramName(String programName)Name of multiplex program.CreateMultiplexProgramRequest.BuilderrequestId(String requestId)Unique request ID.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
multiplexId
CreateMultiplexProgramRequest.Builder multiplexId(String multiplexId)
ID of the multiplex where the program is to be created.- Parameters:
multiplexId- ID of the multiplex where the program is to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiplexProgramSettings
CreateMultiplexProgramRequest.Builder multiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
The settings for this multiplex program.- Parameters:
multiplexProgramSettings- The settings for this multiplex program.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiplexProgramSettings
default CreateMultiplexProgramRequest.Builder multiplexProgramSettings(Consumer<MultiplexProgramSettings.Builder> multiplexProgramSettings)
The settings for this multiplex program. This is a convenience method that creates an instance of theMultiplexProgramSettings.Builderavoiding the need to create one manually viaMultiplexProgramSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomultiplexProgramSettings(MultiplexProgramSettings).- Parameters:
multiplexProgramSettings- a consumer that will call methods onMultiplexProgramSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
multiplexProgramSettings(MultiplexProgramSettings)
-
programName
CreateMultiplexProgramRequest.Builder programName(String programName)
Name of multiplex program.- Parameters:
programName- Name of multiplex program.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
CreateMultiplexProgramRequest.Builder requestId(String requestId)
Unique request ID. This prevents retries from creating multiple resources.- Parameters:
requestId- Unique request ID. This prevents retries from creating multiple resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateMultiplexProgramRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateMultiplexProgramRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-