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