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