Uses of Class
org.cdk8s.plus25.SecretValue.Builder
-
Packages that use SecretValue.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of SecretValue.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.plus25 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.
-