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