Uses of Class
org.cdk8s.plus22.NetworkPolicyPortProps.Builder
-
-
Uses of NetworkPolicyPortProps.Builder in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return NetworkPolicyPortProps.Builder Modifier and Type Method Description static NetworkPolicyPortProps.BuilderNetworkPolicyPortProps. builder()NetworkPolicyPortProps.BuilderNetworkPolicyPortProps.Builder. endPort(Number endPort)Sets the value ofNetworkPolicyPortProps.getEndPort()NetworkPolicyPortProps.BuilderNetworkPolicyPortProps.Builder. port(Number port)Sets the value ofNetworkPolicyPortProps.getPort()NetworkPolicyPortProps.BuilderNetworkPolicyPortProps.Builder. protocol(NetworkProtocol protocol)Sets the value ofNetworkPolicyPortProps.getProtocol()Constructors in org.cdk8s.plus22 with parameters of type NetworkPolicyPortProps.Builder Constructor Description Jsii$Proxy(NetworkPolicyPortProps.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkPolicyPortProps.Builder.
-