public static class CreateStackResponse.Builder extends Object implements BmcResponse.Builder<CreateStackResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateStackResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateStackResponse |
build()
Build the response object.
|
CreateStackResponse.Builder |
copy(CreateStackResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateStackResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateStackResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateStackResponse.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
CreateStackResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
The OCID
of the work request.
|
CreateStackResponse.Builder |
stack(Stack stack)
The returned
Stack instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateStackResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateStackResponse>
public CreateStackResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateStackResponse>
public CreateStackResponse.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic CreateStackResponse.Builder opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request.
opcWorkRequestId
- the value to setpublic CreateStackResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateStackResponse.Builder stack(Stack stack)
The returned Stack
instance.
stack
- the value to setpublic CreateStackResponse.Builder copy(CreateStackResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateStackResponse>
o
- other request from which to copy valuespublic CreateStackResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateStackResponse>
Copyright © 2016–2024. All rights reserved.