@Stability(value=Stable) public static final class SecretVersionInfo.Builder extends Object implements software.amazon.jsii.Builder<SecretVersionInfo>
SecretVersionInfo| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SecretVersionInfo |
build()
Builds the configured instance.
|
SecretVersionInfo.Builder |
versionId(String versionId)
Sets the value of
SecretVersionInfo.getVersionId() |
SecretVersionInfo.Builder |
versionStage(String versionStage)
Sets the value of
SecretVersionInfo.getVersionStage() |
@Stability(value=Stable) public SecretVersionInfo.Builder versionId(String versionId)
SecretVersionInfo.getVersionId()versionId - version id of the secret.this@Stability(value=Stable) public SecretVersionInfo.Builder versionStage(String versionStage)
SecretVersionInfo.getVersionStage()versionStage - version stage of the secret.this@Stability(value=Stable) public SecretVersionInfo build()
build in interface software.amazon.jsii.Builder<SecretVersionInfo>SecretVersionInfoNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.