Class PausePipelineResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.responses.PausePipelineResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<PausePipelineResponse>
- Enclosing class:
- PausePipelineResponse
public static class PausePipelineResponse.Builder extends Object implements BmcResponse.Builder<PausePipelineResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PausePipelineResponse.Builder__httpStatusCode__(int __httpStatusCode__)PausePipelineResponsebuild()Build the response object.PausePipelineResponse.Buildercopy(PausePipelineResponse o)Copy method to populate the builder with values from the given instance.PausePipelineResponse.Builderheaders(Map<String,List<String>> headers)PausePipelineResponse.BuilderopcRequestId(String opcRequestId)A unique Oracle-assigned identifier for the request.PausePipelineResponse.BuilderopcWorkRequestId(String opcWorkRequestId)A unique Oracle-assigned identifier for an asynchronous request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public PausePipelineResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<PausePipelineResponse>
-
headers
public PausePipelineResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<PausePipelineResponse>
-
opcWorkRequestId
public PausePipelineResponse.Builder opcWorkRequestId(String opcWorkRequestId)
A unique Oracle-assigned identifier for an asynchronous request.You can use this to query status of the asynchronous operation.
- Parameters:
opcWorkRequestId- the value to set- Returns:
- this builder
-
opcRequestId
public PausePipelineResponse.Builder opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please include the request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
copy
public PausePipelineResponse.Builder copy(PausePipelineResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<PausePipelineResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public PausePipelineResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<PausePipelineResponse>- Returns:
- the response object
-
-