Class CreateJobResponse.Builder
- java.lang.Object
 - 
- com.oracle.bmc.resourcemanager.responses.CreateJobResponse.Builder
 
 
- 
- All Implemented Interfaces:
 BmcResponse.Builder<CreateJobResponse>
- Enclosing class:
 - CreateJobResponse
 
public static class CreateJobResponse.Builder extends Object implements BmcResponse.Builder<CreateJobResponse>
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateJobResponse.Builder__httpStatusCode__(int __httpStatusCode__)CreateJobResponsebuild()Build the response object.CreateJobResponse.Buildercopy(CreateJobResponse o)Copy method to populate the builder with values from the given instance.CreateJobResponse.Builderetag(String etag)For optimistic concurrency control.CreateJobResponse.Builderheaders(Map<String,List<String>> headers)CreateJobResponse.Builderjob(Job job)The returned Job instance.CreateJobResponse.BuilderopcRequestId(String opcRequestId)Unique identifier for the 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 CreateJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
 __httpStatusCode__in interfaceBmcResponse.Builder<CreateJobResponse>
 
- 
headers
public CreateJobResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
 headersin interfaceBmcResponse.Builder<CreateJobResponse>
 
- 
opcRequestId
public CreateJobResponse.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
 opcRequestId- the value to set- Returns:
 - this builder
 
 
- 
etag
public CreateJobResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
 etag- the value to set- Returns:
 - this builder
 
 
- 
job
public CreateJobResponse.Builder job(Job job)
The returned Job instance.- Parameters:
 job- the value to set- Returns:
 - this builder
 
 
- 
copy
public CreateJobResponse.Builder copy(CreateJobResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
 copyin interfaceBmcResponse.Builder<CreateJobResponse>- Parameters:
 o- other request from which to copy values- Returns:
 - this builder instance
 
 
- 
build
public CreateJobResponse build()
Build the response object.- Specified by:
 buildin interfaceBmcResponse.Builder<CreateJobResponse>- Returns:
 - the response object
 
 
 - 
 
 -