public static class CreateScheduledJobResponse.Builder extends Object implements BmcResponse.Builder<CreateScheduledJobResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateScheduledJobResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateScheduledJobResponse |
build()
Build the response object.
|
CreateScheduledJobResponse.Builder |
copy(CreateScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateScheduledJobResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateScheduledJobResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateScheduledJobResponse.Builder |
location(String location)
A link to the created Scheduled Job
|
CreateScheduledJobResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateScheduledJobResponse.Builder |
scheduledJob(ScheduledJob scheduledJob)
The returned
ScheduledJob instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateScheduledJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateScheduledJobResponse>
public CreateScheduledJobResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateScheduledJobResponse>
public CreateScheduledJobResponse.Builder location(String location)
A link to the created Scheduled Job
location
- the value to setpublic CreateScheduledJobResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic CreateScheduledJobResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateScheduledJobResponse.Builder scheduledJob(ScheduledJob scheduledJob)
The returned ScheduledJob
instance.
scheduledJob
- the value to setpublic CreateScheduledJobResponse.Builder copy(CreateScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateScheduledJobResponse>
o
- other request from which to copy valuespublic CreateScheduledJobResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateScheduledJobResponse>
Copyright © 2016–2024. All rights reserved.