Uses of Class
org.cdk8s.plus24.HostAlias.Builder
-
-
Uses of HostAlias.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return HostAlias.Builder Modifier and Type Method Description static HostAlias.BuilderHostAlias. builder()HostAlias.BuilderHostAlias.Builder. hostnames(List<String> hostnames)Sets the value ofHostAlias.getHostnames()HostAlias.BuilderHostAlias.Builder. ip(String ip)Sets the value ofHostAlias.getIp()Constructors in org.cdk8s.plus24 with parameters of type HostAlias.Builder Constructor Description Jsii$Proxy(HostAlias.Builder builder)Constructor that initializes the object based on literal property values passed by theHostAlias.Builder.
-