@Stability(value=Stable) public static final class SecretAttachmentTargetProps.Builder extends Object implements software.amazon.jsii.Builder<SecretAttachmentTargetProps>
SecretAttachmentTargetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SecretAttachmentTargetProps |
build()
Builds the configured instance.
|
SecretAttachmentTargetProps.Builder |
targetId(String targetId)
Sets the value of
SecretAttachmentTargetProps.getTargetId() |
SecretAttachmentTargetProps.Builder |
targetType(AttachmentTargetType targetType)
Sets the value of
SecretAttachmentTargetProps.getTargetType() |
@Stability(value=Stable) public SecretAttachmentTargetProps.Builder targetId(String targetId)
SecretAttachmentTargetProps.getTargetId()targetId - The id of the target to attach the secret to. This parameter is required.this@Stability(value=Stable) public SecretAttachmentTargetProps.Builder targetType(AttachmentTargetType targetType)
SecretAttachmentTargetProps.getTargetType()targetType - The type of the target to attach the secret to. This parameter is required.this@Stability(value=Stable) public SecretAttachmentTargetProps build()
build in interface software.amazon.jsii.Builder<SecretAttachmentTargetProps>SecretAttachmentTargetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.