Class CfnDictionaryMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnDictionaryMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDictionaryMixinProps>
- Enclosing interface:
CfnDictionaryMixinProps
@Stability(Stable)
public static final class CfnDictionaryMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDictionaryMixinProps>
A builder for
CfnDictionaryMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDictionaryMixinProps.getEntries()Sets the value ofCfnDictionaryMixinProps.getLanguage()Sets the value ofCfnDictionaryMixinProps.getName()Sets the value ofCfnDictionaryMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
entries
Sets the value ofCfnDictionaryMixinProps.getEntries()- Parameters:
entries- the value to be set.- Returns:
this
-
language
Sets the value ofCfnDictionaryMixinProps.getLanguage()- Parameters:
language- the value to be set.- Returns:
this
-
name
Sets the value ofCfnDictionaryMixinProps.getName()- Parameters:
name- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnDictionaryMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDictionaryMixinProps>- Returns:
- a new instance of
CfnDictionaryMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-