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