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