public static class HttpUpdateQueryProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HttpUpdateQueryProperties |
build() |
HttpUpdateQueryProperties.Builder |
copy(HttpUpdateQueryProperties model) |
HttpUpdateQueryProperties.Builder |
protocolType(HttpProtocolTypes protocolType)
Supported protocol of resources to be associated with this metric extension.
|
HttpUpdateQueryProperties.Builder |
responseContentType(HttpResponseContentTypes responseContentType)
Type of content response given by the http(s) URL
|
HttpUpdateQueryProperties.Builder |
scriptDetails(UpdateHttpScriptFileDetails scriptDetails) |
HttpUpdateQueryProperties.Builder |
url(String url)
Http(s) end point URL
|
public HttpUpdateQueryProperties.Builder url(String url)
Http(s) end point URL
url
- the value to setpublic HttpUpdateQueryProperties.Builder responseContentType(HttpResponseContentTypes responseContentType)
Type of content response given by the http(s) URL
responseContentType
- the value to setpublic HttpUpdateQueryProperties.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 HttpUpdateQueryProperties.Builder scriptDetails(UpdateHttpScriptFileDetails scriptDetails)
public HttpUpdateQueryProperties build()
public HttpUpdateQueryProperties.Builder copy(HttpUpdateQueryProperties model)
Copyright © 2016–2024. All rights reserved.