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