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