Uses of Class
org.cdk8s.plus22.ServicePortOptions.Builder
-
-
Uses of ServicePortOptions.Builder in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return ServicePortOptions.Builder Modifier and Type Method Description static ServicePortOptions.BuilderServicePortOptions. builder()ServicePortOptions.BuilderServicePortOptions.Builder. name(String name)Sets the value ofServicePortOptions.getName()ServicePortOptions.BuilderServicePortOptions.Builder. nodePort(Number nodePort)Sets the value ofServicePortOptions.getNodePort()ServicePortOptions.BuilderServicePortOptions.Builder. protocol(Protocol protocol)Sets the value ofServicePortOptions.getProtocol()ServicePortOptions.BuilderServicePortOptions.Builder. targetPort(Number targetPort)Sets the value ofServicePortOptions.getTargetPort()Constructors in org.cdk8s.plus22 with parameters of type ServicePortOptions.Builder Constructor Description Jsii$Proxy(ServicePortOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theServicePortOptions.Builder.
-