Class HttpUpdateQueryProperties.Builder
- java.lang.Object
- 
- com.oracle.bmc.stackmonitoring.model.HttpUpdateQueryProperties.Builder
 
- 
- Enclosing class:
- HttpUpdateQueryProperties
 
 public static class HttpUpdateQueryProperties.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpUpdateQueryPropertiesbuild()HttpUpdateQueryProperties.Buildercopy(HttpUpdateQueryProperties model)HttpUpdateQueryProperties.BuilderprotocolType(HttpProtocolTypes protocolType)Supported protocol of resources to be associated with this metric extension.HttpUpdateQueryProperties.BuilderresponseContentType(HttpResponseContentTypes responseContentType)Type of content response given by the http(s) URLHttpUpdateQueryProperties.BuilderscriptDetails(UpdateHttpScriptFileDetails scriptDetails)HttpUpdateQueryProperties.Builderurl(String url)Http(s) end point URL
 
- 
- 
- 
Method Detail- 
urlpublic HttpUpdateQueryProperties.Builder url(String url) Http(s) end point URL- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
responseContentTypepublic HttpUpdateQueryProperties.Builder responseContentType(HttpResponseContentTypes responseContentType) Type of content response given by the http(s) URL- Parameters:
- responseContentType- the value to set
- Returns:
- this builder
 
 - 
protocolTypepublic 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 - Parameters:
- protocolType- the value to set
- Returns:
- this builder
 
 - 
scriptDetailspublic HttpUpdateQueryProperties.Builder scriptDetails(UpdateHttpScriptFileDetails scriptDetails) 
 - 
buildpublic HttpUpdateQueryProperties build() 
 - 
copypublic HttpUpdateQueryProperties.Builder copy(HttpUpdateQueryProperties model) 
 
- 
 
-