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