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