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