Class CfnApplicationV2.EnvironmentPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.EnvironmentPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationV2.EnvironmentPropertiesProperty>
- Enclosing interface:
CfnApplicationV2.EnvironmentPropertiesProperty
@Stability(Stable)
public static final class CfnApplicationV2.EnvironmentPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationV2.EnvironmentPropertiesProperty>
A builder for
CfnApplicationV2.EnvironmentPropertiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.propertyGroups
(List<? extends Object> propertyGroups) Sets the value ofCfnApplicationV2.EnvironmentPropertiesProperty.getPropertyGroups()
propertyGroups
(IResolvable propertyGroups) Sets the value ofCfnApplicationV2.EnvironmentPropertiesProperty.getPropertyGroups()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
propertyGroups
@Stability(Stable) public CfnApplicationV2.EnvironmentPropertiesProperty.Builder propertyGroups(IResolvable propertyGroups) Sets the value ofCfnApplicationV2.EnvironmentPropertiesProperty.getPropertyGroups()
- Parameters:
propertyGroups
- Describes the execution property groups.- Returns:
this
-
propertyGroups
@Stability(Stable) public CfnApplicationV2.EnvironmentPropertiesProperty.Builder propertyGroups(List<? extends Object> propertyGroups) Sets the value ofCfnApplicationV2.EnvironmentPropertiesProperty.getPropertyGroups()
- Parameters:
propertyGroups
- Describes the execution property groups.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnApplicationV2.EnvironmentPropertiesProperty>
- Returns:
- a new instance of
CfnApplicationV2.EnvironmentPropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-