Class ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder
java.lang.Object
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder
- Enclosing class:
- ProbeRepresentation.HTTPGetActionRepresentation
public static class ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
headers
(Collection<? extends ProbeRepresentation.HttpHeaderRepresentation> headers) toString()
-
Method Details
-
host
public ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder host(String host) - Returns:
this
.
-
path
public ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder path(String path) - Returns:
this
.
-
port
public ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder port(Integer port) - Returns:
this
.
-
scheme
public ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder scheme(String scheme) - Returns:
this
.
-
header
-
headers
public ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder headers(Collection<? extends ProbeRepresentation.HttpHeaderRepresentation> headers) -
clearHeaders
public ProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder clearHeaders() -
build
-
toString
-