Class CancelRestCallConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.CancelRestCallConfig.Builder
-
- Enclosing class:
- CancelRestCallConfig
public static class CancelRestCallConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CancelRestCallConfig
build()
CancelRestCallConfig.Builder
configValues(ConfigValues configValues)
CancelRestCallConfig.Builder
copy(CancelRestCallConfig model)
CancelRestCallConfig.Builder
methodType(CancelRestCallConfig.MethodType methodType)
The REST method to use.CancelRestCallConfig.Builder
requestHeaders(Map<String,String> requestHeaders)
The headers for the REST call.
-
-
-
Method Detail
-
methodType
public CancelRestCallConfig.Builder methodType(CancelRestCallConfig.MethodType methodType)
The REST method to use.- Parameters:
methodType
- the value to set- Returns:
- this builder
-
requestHeaders
public CancelRestCallConfig.Builder requestHeaders(Map<String,String> requestHeaders)
The headers for the REST call.- Parameters:
requestHeaders
- the value to set- Returns:
- this builder
-
configValues
public CancelRestCallConfig.Builder configValues(ConfigValues configValues)
-
build
public CancelRestCallConfig build()
-
copy
public CancelRestCallConfig.Builder copy(CancelRestCallConfig model)
-
-