Interface CfnDataSet.TablePathElementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.TablePathElementProperty.Jsii$Proxy
- Enclosing class:
CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.TablePathElementProperty
extends software.amazon.jsii.JsiiSerializable
An element in the hierarchical path to a table within a data source, containing both name and identifier.
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.*;
TablePathElementProperty tablePathElementProperty = TablePathElementProperty.builder()
.id("id")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.TablePathElementPropertystatic final classAn implementation forCfnDataSet.TablePathElementProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The unique identifier of the path element.- See Also:
-
getName
The name of the path element.- See Also:
-
builder
-