Class CfnTemplatePropsMixin.ImageInteractionOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ImageInteractionOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ImageInteractionOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.ImageInteractionOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ImageInteractionOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.ImageInteractionOptionsProperty>
A builder for
CfnTemplatePropsMixin.ImageInteractionOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.imageMenuOption(CfnTemplatePropsMixin.ImageMenuOptionProperty imageMenuOption) imageMenuOption(IResolvable imageMenuOption)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
imageMenuOption
@Stability(Stable) public CfnTemplatePropsMixin.ImageInteractionOptionsProperty.Builder imageMenuOption(IResolvable imageMenuOption) - Parameters:
imageMenuOption- The menu options for the image.- Returns:
this
-
imageMenuOption
@Stability(Stable) public CfnTemplatePropsMixin.ImageInteractionOptionsProperty.Builder imageMenuOption(CfnTemplatePropsMixin.ImageMenuOptionProperty imageMenuOption) - Parameters:
imageMenuOption- The menu options for the image.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.ImageInteractionOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.ImageInteractionOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-