@Stability(value=Stable) public static final class SecretTargetAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<SecretTargetAttachmentProps>
SecretTargetAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SecretTargetAttachmentProps |
build()
Builds the configured instance.
|
SecretTargetAttachmentProps.Builder |
secret(ISecret secret)
Sets the value of
SecretTargetAttachmentProps.getSecret() |
SecretTargetAttachmentProps.Builder |
target(ISecretAttachmentTarget target)
Sets the value of
AttachedSecretOptions.getTarget() |
@Stability(value=Stable) public SecretTargetAttachmentProps.Builder secret(ISecret secret)
SecretTargetAttachmentProps.getSecret()secret - The secret to attach to the target. This parameter is required.this@Stability(value=Stable) public SecretTargetAttachmentProps.Builder target(ISecretAttachmentTarget target)
AttachedSecretOptions.getTarget()target - The target to attach the secret to. This parameter is required.this@Stability(value=Stable) public SecretTargetAttachmentProps build()
build in interface software.amazon.jsii.Builder<SecretTargetAttachmentProps>SecretTargetAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.