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