Package software.amazon.awscdk
Class IntrinsicProps.Builder
java.lang.Object
software.amazon.awscdk.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
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.stackTrace
(Boolean stackTrace) Sets the value ofIntrinsicProps.getStackTrace()
typeHint
(ResolutionTypeHint typeHint) Sets the value ofIntrinsicProps.getTypeHint()
-
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
-
typeHint
Sets the value ofIntrinsicProps.getTypeHint()
- Parameters:
typeHint
- Type that this token is expected to evaluate to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<IntrinsicProps>
- Returns:
- a new instance of
IntrinsicProps
- Throws:
NullPointerException
- if any required attribute was not provided
-