Uses of Class
org.cdk8s.plus20.SecretValue.Builder
-
-
Uses of SecretValue.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return SecretValue.Builder Modifier and Type Method Description static SecretValue.BuilderSecretValue. builder()SecretValue.BuilderSecretValue.Builder. key(String key)Sets the value ofSecretValue.getKey()SecretValue.BuilderSecretValue.Builder. secret(ISecret secret)Sets the value ofSecretValue.getSecret()Constructors in org.cdk8s.plus20 with parameters of type SecretValue.Builder Constructor Description Jsii$Proxy(SecretValue.Builder builder)Constructor that initializes the object based on literal property values passed by theSecretValue.Builder.
-