@Stability(value=Stable) public static final class CfnSecretTargetAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSecretTargetAttachmentProps>
CfnSecretTargetAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSecretTargetAttachmentProps |
build()
Builds the configured instance.
|
CfnSecretTargetAttachmentProps.Builder |
secretId(String secretId)
Sets the value of
CfnSecretTargetAttachmentProps.getSecretId() |
CfnSecretTargetAttachmentProps.Builder |
targetId(String targetId)
Sets the value of
CfnSecretTargetAttachmentProps.getTargetId() |
CfnSecretTargetAttachmentProps.Builder |
targetType(String targetType)
Sets the value of
CfnSecretTargetAttachmentProps.getTargetType() |
@Stability(value=Stable) public CfnSecretTargetAttachmentProps.Builder secretId(String secretId)
CfnSecretTargetAttachmentProps.getSecretId()secretId - `AWS::SecretsManager::SecretTargetAttachment.SecretId`. This parameter is required.this@Stability(value=Stable) public CfnSecretTargetAttachmentProps.Builder targetId(String targetId)
CfnSecretTargetAttachmentProps.getTargetId()targetId - `AWS::SecretsManager::SecretTargetAttachment.TargetId`. This parameter is required.this@Stability(value=Stable) public CfnSecretTargetAttachmentProps.Builder targetType(String targetType)
CfnSecretTargetAttachmentProps.getTargetType()targetType - `AWS::SecretsManager::SecretTargetAttachment.TargetType`. This parameter is required.this@Stability(value=Stable) public CfnSecretTargetAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnSecretTargetAttachmentProps>CfnSecretTargetAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.