CreateRunbookResponse.Builder |
CreateRunbookResponse.Builder.__httpStatusCode__(int __httpStatusCode__) |
|
static CreateRunbookResponse.Builder |
CreateRunbookResponse.builder() |
Return a new builder for this response object.
|
CreateRunbookResponse.Builder |
CreateRunbookResponse.Builder.contentLocation(String contentLocation) |
Same as location
|
CreateRunbookResponse.Builder |
CreateRunbookResponse.Builder.copy(CreateRunbookResponse o) |
Copy method to populate the builder with values from the given instance.
|
CreateRunbookResponse.Builder |
CreateRunbookResponse.Builder.etag(String etag) |
For optimistic concurrency control.
|
CreateRunbookResponse.Builder |
CreateRunbookResponse.Builder.headers(Map<String,List<String>> headers) |
|
CreateRunbookResponse.Builder |
CreateRunbookResponse.Builder.location(String location) |
URL for the created runbook, the runbook id will be generated after this request is sent.
|
CreateRunbookResponse.Builder |
CreateRunbookResponse.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
CreateRunbookResponse.Builder |
CreateRunbookResponse.Builder.opcWorkRequestId(String opcWorkRequestId) |
Unique Oracle-assigned identifier for the asynchronous work.
|
CreateRunbookResponse.Builder |
CreateRunbookResponse.Builder.runbook(Runbook runbook) |
The returned Runbook instance.
|