public static final class AttachedSecretOptions.Builder
extends java.lang.Object
AttachedSecretOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AttachedSecretOptions |
build()
Builds the configured instance.
|
AttachedSecretOptions.Builder |
target(ISecretAttachmentTarget target)
Sets the value of
AttachedSecretOptions.getTarget() |
public AttachedSecretOptions.Builder target(ISecretAttachmentTarget target)
AttachedSecretOptions.getTarget()
target
- The target to attach the secret to. This parameter is required.this
public AttachedSecretOptions build()
AttachedSecretOptions
java.lang.NullPointerException
- if any required attribute was not provided