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