Class DictionaryReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.elementalinference.DictionaryReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DictionaryReference>
- Enclosing interface:
DictionaryReference
@Stability(Stable)
public static final class DictionaryReference.Builder
extends Object
implements software.amazon.jsii.Builder<DictionaryReference>
A builder for
DictionaryReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dictionaryArn(String dictionaryArn) Sets the value ofDictionaryReference.getDictionaryArn()dictionaryId(String dictionaryId) Sets the value ofDictionaryReference.getDictionaryId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dictionaryArn
Sets the value ofDictionaryReference.getDictionaryArn()- Parameters:
dictionaryArn- The ARN of the Dictionary resource. This parameter is required.- Returns:
this
-
dictionaryId
Sets the value ofDictionaryReference.getDictionaryId()- Parameters:
dictionaryId- The Id of the Dictionary resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DictionaryReference>- Returns:
- a new instance of
DictionaryReference - Throws:
NullPointerException- if any required attribute was not provided
-