public static class HttpQueryProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HttpQueryProperties |
build() |
HttpQueryProperties.Builder |
copy(HttpQueryProperties model) |
HttpQueryProperties.Builder |
protocolType(HttpProtocolTypes protocolType)
Supported protocol of resources to be associated with this metric extension.
|
HttpQueryProperties.Builder |
responseContentType(HttpResponseContentTypes responseContentType)
Type of content response given by the http(s) URL
|
HttpQueryProperties.Builder |
scriptDetails(HttpScriptFileDetails scriptDetails) |
HttpQueryProperties.Builder |
url(String url)
Http(s) end point URL
|
public HttpQueryProperties.Builder url(String url)
Http(s) end point URL
url
- the value to setpublic HttpQueryProperties.Builder responseContentType(HttpResponseContentTypes responseContentType)
Type of content response given by the http(s) URL
responseContentType
- the value to setpublic HttpQueryProperties.Builder protocolType(HttpProtocolTypes protocolType)
Supported protocol of resources to be associated with this metric extension. This is optional and defaults to HTTPS, which uses secure connection to the URL
protocolType
- the value to setpublic HttpQueryProperties.Builder scriptDetails(HttpScriptFileDetails scriptDetails)
public HttpQueryProperties build()
public HttpQueryProperties.Builder copy(HttpQueryProperties model)
Copyright © 2016–2024. All rights reserved.