@Stability(value=Stable)
public static interface CfnDataSet.JoinKeyPropertiesProperty
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.*;
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 Object |
getUniqueKey()
A value that indicates that a row in a table is uniquely identified by the columns in a join key.
|
@Stability(value=Stable) @Nullable default Object getUniqueKey()
This is used by Amazon QuickSight to optimize query performance.
@Stability(value=Stable) static CfnDataSet.JoinKeyPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.