Uses of Class
org.cdk8s.plus25.k8s.TcpSocketAction.Builder
-
Packages that use TcpSocketAction.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of TcpSocketAction.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return TcpSocketAction.Builder Modifier and Type Method Description static TcpSocketAction.BuilderTcpSocketAction. builder()TcpSocketAction.BuilderTcpSocketAction.Builder. host(String host)Sets the value ofTcpSocketAction.getHost()TcpSocketAction.BuilderTcpSocketAction.Builder. port(IntOrString port)Sets the value ofTcpSocketAction.getPort()Constructors in org.cdk8s.plus25.k8s with parameters of type TcpSocketAction.Builder Constructor Description Jsii$Proxy(TcpSocketAction.Builder builder)Constructor that initializes the object based on literal property values passed by theTcpSocketAction.Builder.
-