Class CfnApplication.PropertyGroupProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.PropertyGroupProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnApplication.PropertyGroupProperty>
- Enclosing interface:
- CfnApplication.PropertyGroupProperty
@Stability(Stable)
public static final class CfnApplication.PropertyGroupProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication.PropertyGroupProperty>
A builder for 
CfnApplication.PropertyGroupProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.propertyGroupId(String propertyGroupId) Sets the value ofCfnApplication.PropertyGroupProperty.getPropertyGroupId()propertyMap(Map<String, String> propertyMap) Sets the value ofCfnApplication.PropertyGroupProperty.getPropertyMap()propertyMap(IResolvable propertyMap) Sets the value ofCfnApplication.PropertyGroupProperty.getPropertyMap()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
propertyGroupId@Stability(Stable) public CfnApplication.PropertyGroupProperty.Builder propertyGroupId(String propertyGroupId) Sets the value ofCfnApplication.PropertyGroupProperty.getPropertyGroupId()- Parameters:
- propertyGroupId- Describes the key of an application execution property key-value pair.
- Returns:
- this
 
- 
propertyMap@Stability(Stable) public CfnApplication.PropertyGroupProperty.Builder propertyMap(IResolvable propertyMap) Sets the value ofCfnApplication.PropertyGroupProperty.getPropertyMap()- Parameters:
- propertyMap- Describes the value of an application execution property key-value pair.
- Returns:
- this
 
- 
propertyMap@Stability(Stable) public CfnApplication.PropertyGroupProperty.Builder propertyMap(Map<String, String> propertyMap) Sets the value ofCfnApplication.PropertyGroupProperty.getPropertyMap()- Parameters:
- propertyMap- Describes the value of an application execution property key-value pair.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnApplication.PropertyGroupProperty>
- Returns:
- a new instance of CfnApplication.PropertyGroupProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-