Uses of Class
org.cdk8s.plus24.k8s.HostPortRangeV1Beta1.Builder
-
Packages that use HostPortRangeV1Beta1.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of HostPortRangeV1Beta1.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return HostPortRangeV1Beta1.Builder Modifier and Type Method Description static HostPortRangeV1Beta1.Builder
HostPortRangeV1Beta1. builder()
HostPortRangeV1Beta1.Builder
HostPortRangeV1Beta1.Builder. max(Number max)
Sets the value ofHostPortRangeV1Beta1.getMax()
HostPortRangeV1Beta1.Builder
HostPortRangeV1Beta1.Builder. min(Number min)
Sets the value ofHostPortRangeV1Beta1.getMin()
Constructors in org.cdk8s.plus24.k8s with parameters of type HostPortRangeV1Beta1.Builder Constructor Description Jsii$Proxy(HostPortRangeV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theHostPortRangeV1Beta1.Builder
.
-