Class RestCallConfig.Builder
- java.lang.Object
 - 
- com.oracle.bmc.dataintegration.model.RestCallConfig.Builder
 
 
- 
- Enclosing class:
 - RestCallConfig
 
public static class RestCallConfig.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All 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
- 
methodType
public RestCallConfig.Builder methodType(RestCallConfig.MethodType methodType)
The REST method to use.- Parameters:
 methodType- the value to set- Returns:
 - this builder
 
 
- 
requestHeaders
public RestCallConfig.Builder requestHeaders(Map<String,String> requestHeaders)
The headers for the REST call.- Parameters:
 requestHeaders- the value to set- Returns:
 - this builder
 
 
- 
configValues
public RestCallConfig.Builder configValues(ConfigValues configValues)
 
- 
build
public RestCallConfig build()
 
- 
copy
public RestCallConfig.Builder copy(RestCallConfig model)
 
 - 
 
 -