Uses of Class
org.cdk8s.plus24.BasicAuthSecretProps.Builder
-
Packages that use BasicAuthSecretProps.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of BasicAuthSecretProps.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return BasicAuthSecretProps.Builder Modifier and Type Method Description static BasicAuthSecretProps.Builder
BasicAuthSecretProps. builder()
BasicAuthSecretProps.Builder
BasicAuthSecretProps.Builder. immutable(Boolean immutable)
Sets the value ofCommonSecretProps.getImmutable()
BasicAuthSecretProps.Builder
BasicAuthSecretProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)
Sets the value ofResourceProps.getMetadata()
BasicAuthSecretProps.Builder
BasicAuthSecretProps.Builder. password(String password)
Sets the value ofBasicAuthSecretProps.getPassword()
BasicAuthSecretProps.Builder
BasicAuthSecretProps.Builder. username(String username)
Sets the value ofBasicAuthSecretProps.getUsername()
Constructors in org.cdk8s.plus24 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
.
-