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