Class CfnDataSet.TablePathElementProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.TablePathElementProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.TablePathElementProperty>
- Enclosing interface:
CfnDataSet.TablePathElementProperty
@Stability(Stable)
public static final class CfnDataSet.TablePathElementProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.TablePathElementProperty>
A builder for
CfnDataSet.TablePathElementProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSet.TablePathElementProperty.getId()Sets the value ofCfnDataSet.TablePathElementProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Sets the value ofCfnDataSet.TablePathElementProperty.getId()- Parameters:
id- The unique identifier of the path element.- Returns:
this
-
name
Sets the value ofCfnDataSet.TablePathElementProperty.getName()- Parameters:
name- The name of the path element.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.TablePathElementProperty>- Returns:
- a new instance of
CfnDataSet.TablePathElementProperty - Throws:
NullPointerException- if any required attribute was not provided
-