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