Class CfnAnalysisPropsMixin.SheetImageStaticFileSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.SheetImageStaticFileSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SheetImageStaticFileSourceProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.SheetImageStaticFileSourceProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.SheetImageStaticFileSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SheetImageStaticFileSourceProperty>
A builder for
CfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.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<CfnAnalysisPropsMixin.SheetImageStaticFileSourceProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.SheetImageStaticFileSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-