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