Uses of Class
org.cdk8s.plus25.BasicAuthSecretProps.Builder
-
Packages that use BasicAuthSecretProps.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of BasicAuthSecretProps.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return BasicAuthSecretProps.Builder Modifier and Type Method Description static BasicAuthSecretProps.BuilderBasicAuthSecretProps. builder()BasicAuthSecretProps.BuilderBasicAuthSecretProps.Builder. immutable(Boolean immutable)Sets the value ofCommonSecretProps.getImmutable()BasicAuthSecretProps.BuilderBasicAuthSecretProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Sets the value ofResourceProps.getMetadata()BasicAuthSecretProps.BuilderBasicAuthSecretProps.Builder. password(String password)Sets the value ofBasicAuthSecretProps.getPassword()BasicAuthSecretProps.BuilderBasicAuthSecretProps.Builder. username(String username)Sets the value ofBasicAuthSecretProps.getUsername()Constructors in org.cdk8s.plus25 with parameters of type BasicAuthSecretProps.Builder Constructor Description Jsii$Proxy(BasicAuthSecretProps.Builder builder)Constructor that initializes the object based on literal property values passed by theBasicAuthSecretProps.Builder.
-