public static interface CfnDataSet.JoinKeyPropertiesProperty
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.*; JoinKeyPropertiesProperty joinKeyPropertiesProperty = JoinKeyPropertiesProperty.builder() .uniqueKey(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataSet.JoinKeyPropertiesProperty.Builder
A builder for
CfnDataSet.JoinKeyPropertiesProperty |
static class |
CfnDataSet.JoinKeyPropertiesProperty.Jsii$Proxy
An implementation for
CfnDataSet.JoinKeyPropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataSet.JoinKeyPropertiesProperty.Builder |
builder() |
default java.lang.Object |
getUniqueKey()
A value that indicates that a row in a table is uniquely identified by the columns in a join key.
|
default java.lang.Object getUniqueKey()
This is used by Amazon QuickSight to optimize query performance.
static CfnDataSet.JoinKeyPropertiesProperty.Builder builder()