Class RestCallConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.RestCallConfig.Builder
 
- 
- Enclosing class:
- RestCallConfig
 
 public static class RestCallConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RestCallConfigbuild()RestCallConfig.BuilderconfigValues(ConfigValues configValues)RestCallConfig.Buildercopy(RestCallConfig model)RestCallConfig.BuildermethodType(RestCallConfig.MethodType methodType)The REST method to use.RestCallConfig.BuilderrequestHeaders(Map<String,String> requestHeaders)The headers for the REST call.
 
- 
- 
- 
Method Detail- 
methodTypepublic RestCallConfig.Builder methodType(RestCallConfig.MethodType methodType) The REST method to use.- Parameters:
- methodType- the value to set
- Returns:
- this builder
 
 - 
requestHeaderspublic RestCallConfig.Builder requestHeaders(Map<String,String> requestHeaders) The headers for the REST call.- Parameters:
- requestHeaders- the value to set
- Returns:
- this builder
 
 - 
configValuespublic RestCallConfig.Builder configValues(ConfigValues configValues) 
 - 
buildpublic RestCallConfig build() 
 - 
copypublic RestCallConfig.Builder copy(RestCallConfig model) 
 
- 
 
-