Uses of Class
org.cdk8s.plus25.k8s.HttpGetAction.Builder
-
Packages that use HttpGetAction.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of HttpGetAction.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return HttpGetAction.Builder Modifier and Type Method Description static HttpGetAction.BuilderHttpGetAction. builder()HttpGetAction.BuilderHttpGetAction.Builder. host(String host)Sets the value ofHttpGetAction.getHost()HttpGetAction.BuilderHttpGetAction.Builder. httpHeaders(List<? extends HttpHeader> httpHeaders)Sets the value ofHttpGetAction.getHttpHeaders()HttpGetAction.BuilderHttpGetAction.Builder. path(String path)Sets the value ofHttpGetAction.getPath()HttpGetAction.BuilderHttpGetAction.Builder. port(IntOrString port)Sets the value ofHttpGetAction.getPort()HttpGetAction.BuilderHttpGetAction.Builder. scheme(String scheme)Sets the value ofHttpGetAction.getScheme()Constructors in org.cdk8s.plus25.k8s with parameters of type HttpGetAction.Builder Constructor Description Jsii$Proxy(HttpGetAction.Builder builder)Constructor that initializes the object based on literal property values passed by theHttpGetAction.Builder.
-