Package software.amazon.awscdk.core
Class ResolveChangeContextOptions.Builder
java.lang.Object
software.amazon.awscdk.core.ResolveChangeContextOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ResolveChangeContextOptions>
- Enclosing interface:
- ResolveChangeContextOptions
@Stability(Stable)
public static final class ResolveChangeContextOptions.Builder
extends Object
implements software.amazon.jsii.Builder<ResolveChangeContextOptions>
A builder for
ResolveChangeContextOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowIntrinsicKeys(Boolean allowIntrinsicKeys) Sets the value ofResolveChangeContextOptions.getAllowIntrinsicKeys()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowIntrinsicKeys
@Stability(Stable) public ResolveChangeContextOptions.Builder allowIntrinsicKeys(Boolean allowIntrinsicKeys) Sets the value ofResolveChangeContextOptions.getAllowIntrinsicKeys()- Parameters:
allowIntrinsicKeys- Change the 'allowIntrinsicKeys' option.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ResolveChangeContextOptions>- Returns:
- a new instance of
ResolveChangeContextOptions - Throws:
NullPointerException- if any required attribute was not provided
-