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