Interface CfnDataSetPropsMixin.TablePathElementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSetPropsMixin.TablePathElementProperty.Jsii$Proxy
- Enclosing class:
CfnDataSetPropsMixin
@Stability(Stable)
public static interface CfnDataSetPropsMixin.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.cfnpropertymixins.services.quicksight.*;
TablePathElementProperty tablePathElementProperty = TablePathElementProperty.builder()
.id("id")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSetPropsMixin.TablePathElementPropertystatic final classAn implementation forCfnDataSetPropsMixin.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
-