@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)
EXPERIMENTAL
|
SecretValue.Builder |
stackTrace(Boolean stackTrace)
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
EXPERIMENTAL
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 © 2020. All rights reserved.