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