Class CfnDictionaryPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnDictionaryPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDictionaryPropsMixin>
- Enclosing class:
CfnDictionaryPropsMixin
@Stability(Stable)
public static final class CfnDictionaryPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDictionaryPropsMixin>
A fluent builder for
CfnDictionaryPropsMixin.-
Method Summary
-
Method Details
-
create
@Stability(Stable) public static CfnDictionaryPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDictionaryPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDictionaryPropsMixin.Builder.
-
entries
- Parameters:
entries- This parameter is required.- Returns:
this- See Also:
-
language
- Parameters:
language- This parameter is required.- Returns:
this- See Also:
-
name
- Parameters:
name- This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDictionaryPropsMixin>- Returns:
- a newly built instance of
CfnDictionaryPropsMixin.
-