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