Uses of Class
org.cdk8s.plus24.k8s.TcpSocketAction.Builder
-
Packages that use TcpSocketAction.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of TcpSocketAction.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return TcpSocketAction.Builder Modifier and Type Method Description static TcpSocketAction.Builder
TcpSocketAction. builder()
TcpSocketAction.Builder
TcpSocketAction.Builder. host(String host)
Sets the value ofTcpSocketAction.getHost()
TcpSocketAction.Builder
TcpSocketAction.Builder. port(IntOrString port)
Sets the value ofTcpSocketAction.getPort()
Constructors in org.cdk8s.plus24.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
.
-