Class CfnChannel.ChannelEngineVersionRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.ChannelEngineVersionRequestProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnChannel.ChannelEngineVersionRequestProperty>
- Enclosing interface:
 CfnChannel.ChannelEngineVersionRequestProperty
@Stability(Stable)
public static final class CfnChannel.ChannelEngineVersionRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.ChannelEngineVersionRequestProperty>
A builder for 
CfnChannel.ChannelEngineVersionRequestProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannel.ChannelEngineVersionRequestProperty.getVersion() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
version
@Stability(Stable) public CfnChannel.ChannelEngineVersionRequestProperty.Builder version(String version) Sets the value ofCfnChannel.ChannelEngineVersionRequestProperty.getVersion()- Parameters:
 version- the value to be set.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.ChannelEngineVersionRequestProperty>- Returns:
 - a new instance of 
CfnChannel.ChannelEngineVersionRequestProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -