Class CfnViewPropsMixin.IncludedPropertyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resourceexplorer2.CfnViewPropsMixin.IncludedPropertyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnViewPropsMixin.IncludedPropertyProperty>
- Enclosing interface:
CfnViewPropsMixin.IncludedPropertyProperty
@Stability(Stable)
public static final class CfnViewPropsMixin.IncludedPropertyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnViewPropsMixin.IncludedPropertyProperty>
A builder for
CfnViewPropsMixin.IncludedPropertyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnViewPropsMixin.IncludedPropertyProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnViewPropsMixin.IncludedPropertyProperty.getName()- Parameters:
name- The name of the property that is included in this view.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnViewPropsMixin.IncludedPropertyProperty>- Returns:
- a new instance of
CfnViewPropsMixin.IncludedPropertyProperty - Throws:
NullPointerException- if any required attribute was not provided
-