public static class CreateScheduledJobResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateScheduledJobResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateScheduledJobResponse |
build() |
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 |
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.
|
String |
toString() |
public CreateScheduledJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateScheduledJobResponse.Builder copy(CreateScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
public CreateScheduledJobResponse build()
public CreateScheduledJobResponse.Builder location(String location)
A link to the created Scheduled Job
this
.public 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.
this
.public CreateScheduledJobResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public CreateScheduledJobResponse.Builder scheduledJob(ScheduledJob scheduledJob)
The returned ScheduledJob instance.
this
.Copyright © 2016–2022. All rights reserved.