Class CfnEnvironmentPropsMixin.AttributeMapItemsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.finspace.CfnEnvironmentPropsMixin.AttributeMapItemsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironmentPropsMixin.AttributeMapItemsProperty>
- Enclosing interface:
CfnEnvironmentPropsMixin.AttributeMapItemsProperty
@Stability(Stable)
public static final class CfnEnvironmentPropsMixin.AttributeMapItemsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironmentPropsMixin.AttributeMapItemsProperty>
A builder for
CfnEnvironmentPropsMixin.AttributeMapItemsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnEnvironmentPropsMixin.AttributeMapItemsProperty.getKey()Sets the value ofCfnEnvironmentPropsMixin.AttributeMapItemsProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
@Stability(Stable) public CfnEnvironmentPropsMixin.AttributeMapItemsProperty.Builder key(String key) Sets the value ofCfnEnvironmentPropsMixin.AttributeMapItemsProperty.getKey()- Parameters:
key- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.- Returns:
this
-
value
@Stability(Stable) public CfnEnvironmentPropsMixin.AttributeMapItemsProperty.Builder value(String value) Sets the value ofCfnEnvironmentPropsMixin.AttributeMapItemsProperty.getValue()- Parameters:
value- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironmentPropsMixin.AttributeMapItemsProperty>- Returns:
- a new instance of
CfnEnvironmentPropsMixin.AttributeMapItemsProperty - Throws:
NullPointerException- if any required attribute was not provided
-