Package software.amazon.awscdk
Class Intrinsic.Builder
java.lang.Object
software.amazon.awscdk.Intrinsic.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Intrinsic>
- Enclosing class:
Intrinsic
@Stability(Stable)
public static final class Intrinsic.Builder
extends Object
implements software.amazon.jsii.Builder<Intrinsic>
A fluent builder for
Intrinsic
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static Intrinsic.Builder
stackTrace
(Boolean stackTrace) Capture the stack trace of where this token is created.typeHint
(ResolutionTypeHint typeHint) Type that this token is expected to evaluate to.
-
Method Details
-
create
- Parameters:
value
- This parameter is required.- Returns:
- a new instance of
Intrinsic.Builder
.
-
stackTrace
Capture the stack trace of where this token is created.Default: true
- Parameters:
stackTrace
- Capture the stack trace of where this token is created. This parameter is required.- Returns:
this
-
typeHint
Type that this token is expected to evaluate to.Default: ResolutionTypeHint.STRING
- Parameters:
typeHint
- Type that this token is expected to evaluate to. This parameter is required.- Returns:
this
-
build
-