Package software.amazon.awscdk.core
Class IntrinsicProps.Builder
java.lang.Object
software.amazon.awscdk.core.IntrinsicProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntrinsicProps>
- Enclosing interface:
- IntrinsicProps
@Stability(Stable)
public static final class IntrinsicProps.Builder
extends Object
implements software.amazon.jsii.Builder<IntrinsicProps>
A builder for
IntrinsicProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.stackTrace(Boolean stackTrace) Sets the value ofIntrinsicProps.getStackTrace()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stackTrace
Sets the value ofIntrinsicProps.getStackTrace()- Parameters:
stackTrace- Capture the stack trace of where this token is created.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntrinsicProps>- Returns:
- a new instance of
IntrinsicProps - Throws:
NullPointerException- if any required attribute was not provided
-