Package software.amazon.awscdk.core
Class SecretValue.Builder
java.lang.Object
software.amazon.awscdk.core.SecretValue.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SecretValue>
- Enclosing class:
- SecretValue
@Stability(Stable)
public static final class SecretValue.Builder
extends Object
implements software.amazon.jsii.Builder<SecretValue>
A fluent builder for
SecretValue.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static SecretValue.BuilderstackTrace(Boolean stackTrace) Capture the stack trace of where this token is created.
-
Method Details
-
create
- Parameters:
protectedValue- This parameter is required.- Returns:
- a new instance of
SecretValue.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
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SecretValue>- Returns:
- a newly built instance of
SecretValue.
-