Class CfnDataSet.GeoSpatialColumnGroupProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.GeoSpatialColumnGroupProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.GeoSpatialColumnGroupProperty>
- Enclosing interface:
CfnDataSet.GeoSpatialColumnGroupProperty
@Stability(Stable)
public static final class CfnDataSet.GeoSpatialColumnGroupProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.GeoSpatialColumnGroupProperty>
A builder for
CfnDataSet.GeoSpatialColumnGroupProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSet.GeoSpatialColumnGroupProperty.getColumns()countryCode(String countryCode) Sets the value ofCfnDataSet.GeoSpatialColumnGroupProperty.getCountryCode()Sets the value ofCfnDataSet.GeoSpatialColumnGroupProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columns
@Stability(Stable) public CfnDataSet.GeoSpatialColumnGroupProperty.Builder columns(List<String> columns) Sets the value ofCfnDataSet.GeoSpatialColumnGroupProperty.getColumns()- Parameters:
columns- Columns in this hierarchy. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnDataSet.GeoSpatialColumnGroupProperty.getName()- Parameters:
name- A display name for the hierarchy. This parameter is required.- Returns:
this
-
countryCode
@Stability(Stable) public CfnDataSet.GeoSpatialColumnGroupProperty.Builder countryCode(String countryCode) Sets the value ofCfnDataSet.GeoSpatialColumnGroupProperty.getCountryCode()- Parameters:
countryCode- Country code.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.GeoSpatialColumnGroupProperty>- Returns:
- a new instance of
CfnDataSet.GeoSpatialColumnGroupProperty - Throws:
NullPointerException- if any required attribute was not provided
-