Uses of Class
org.cdk8s.plus25.k8s.EndpointPort.Builder
-
Packages that use EndpointPort.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of EndpointPort.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return EndpointPort.Builder Modifier and Type Method Description EndpointPort.BuilderEndpointPort.Builder. appProtocol(String appProtocol)Sets the value ofEndpointPort.getAppProtocol()static EndpointPort.BuilderEndpointPort. builder()EndpointPort.BuilderEndpointPort.Builder. name(String name)Sets the value ofEndpointPort.getName()EndpointPort.BuilderEndpointPort.Builder. port(Number port)Sets the value ofEndpointPort.getPort()EndpointPort.BuilderEndpointPort.Builder. protocol(String protocol)Sets the value ofEndpointPort.getProtocol()Constructors in org.cdk8s.plus25.k8s with parameters of type EndpointPort.Builder Constructor Description Jsii$Proxy(EndpointPort.Builder builder)Constructor that initializes the object based on literal property values passed by theEndpointPort.Builder.
-