@Stability(value=Experimental) public static final class SecretValue.Builder extends Object implements software.amazon.jsii.Builder<SecretValue>
SecretValue.| Modifier and Type | Method and Description |
|---|---|
SecretValue |
build() |
static SecretValue.Builder |
create(Object value) |
SecretValue.Builder |
stackTrace(Boolean stackTrace)
(experimental) Capture the stack trace of where this token is created.
|
@Stability(value=Experimental) public static SecretValue.Builder create(Object value)
value - This parameter is required.SecretValue.Builder.@Stability(value=Experimental) public SecretValue.Builder stackTrace(Boolean stackTrace)
Default: true
stackTrace - Capture the stack trace of where this token is created. This parameter is required.this@Stability(value=Experimental) public SecretValue build()
build in interface software.amazon.jsii.Builder<SecretValue>Copyright © 2021. All rights reserved.