Uses of Class
org.cdk8s.plus24.k8s.ComponentCondition.Builder
-
Packages that use ComponentCondition.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of ComponentCondition.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return ComponentCondition.Builder Modifier and Type Method Description static ComponentCondition.Builder
ComponentCondition. builder()
ComponentCondition.Builder
ComponentCondition.Builder. error(String error)
Sets the value ofComponentCondition.getError()
ComponentCondition.Builder
ComponentCondition.Builder. message(String message)
Sets the value ofComponentCondition.getMessage()
ComponentCondition.Builder
ComponentCondition.Builder. status(String status)
Sets the value ofComponentCondition.getStatus()
ComponentCondition.Builder
ComponentCondition.Builder. type(String type)
Sets the value ofComponentCondition.getType()
Constructors in org.cdk8s.plus24.k8s with parameters of type ComponentCondition.Builder Constructor Description Jsii$Proxy(ComponentCondition.Builder builder)
Constructor that initializes the object based on literal property values passed by theComponentCondition.Builder
.
-