public static class UpdateStackResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateStackResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateStackResponse |
build()
Build the response object.
|
UpdateStackResponse.Builder |
copy(UpdateStackResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateStackResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateStackResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
UpdateStackResponse.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
UpdateStackResponse.Builder |
stack(Stack stack)
The returned Stack instance.
|
public UpdateStackResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateStackResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public UpdateStackResponse.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic UpdateStackResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic UpdateStackResponse.Builder stack(Stack stack)
The returned Stack instance.
stack
- the value to setpublic UpdateStackResponse.Builder copy(UpdateStackResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateStackResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.