@Stability(value=Stable)
public static interface CfnDataSet.GeoSpatialColumnGroupProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
GeoSpatialColumnGroupProperty geoSpatialColumnGroupProperty = GeoSpatialColumnGroupProperty.builder()
.columns(List.of("columns"))
.name("name")
// the properties below are optional
.countryCode("countryCode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSet.GeoSpatialColumnGroupProperty.Builder
A builder for
CfnDataSet.GeoSpatialColumnGroupProperty |
static class |
CfnDataSet.GeoSpatialColumnGroupProperty.Jsii$Proxy
An implementation for
CfnDataSet.GeoSpatialColumnGroupProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSet.GeoSpatialColumnGroupProperty.Builder |
builder() |
List<String> |
getColumns()
Columns in this hierarchy.
|
default String |
getCountryCode()
Country code.
|
String |
getName()
A display name for the hierarchy.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getCountryCode()
@Stability(value=Stable) static CfnDataSet.GeoSpatialColumnGroupProperty.Builder builder()
Copyright © 2022. All rights reserved.