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