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