Class CfnStreamingImageMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStreamingImageMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStreamingImageMixinProps>
- Enclosing interface:
CfnStreamingImageMixinProps
@Stability(Stable)
public static final class CfnStreamingImageMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStreamingImageMixinProps>
A builder for
CfnStreamingImageMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnStreamingImageMixinProps.getDescription()ec2ImageId(String ec2ImageId) Sets the value ofCfnStreamingImageMixinProps.getEc2ImageId()Sets the value ofCfnStreamingImageMixinProps.getName()Sets the value ofCfnStreamingImageMixinProps.getStudioId()Sets the value ofCfnStreamingImageMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnStreamingImageMixinProps.getDescription()- Parameters:
description- the value to be set.- Returns:
this
-
ec2ImageId
Sets the value ofCfnStreamingImageMixinProps.getEc2ImageId()- Parameters:
ec2ImageId- the value to be set.- Returns:
this
-
name
Sets the value ofCfnStreamingImageMixinProps.getName()- Parameters:
name- the value to be set.- Returns:
this
-
studioId
Sets the value ofCfnStreamingImageMixinProps.getStudioId()- Parameters:
studioId- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnStreamingImageMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStreamingImageMixinProps>- Returns:
- a new instance of
CfnStreamingImageMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-