Class CreateDesktopPoolResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.desktops.responses.CreateDesktopPoolResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<CreateDesktopPoolResponse>
 - Enclosing class:
- CreateDesktopPoolResponse
 
 public static class CreateDesktopPoolResponse.Builder extends Object implements BmcResponse.Builder<CreateDesktopPoolResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDesktopPoolResponse.Builder__httpStatusCode__(int __httpStatusCode__)CreateDesktopPoolResponsebuild()Build the response object.CreateDesktopPoolResponse.BuildercontentLocation(String contentLocation)A URL containing the location of the newly created resource.CreateDesktopPoolResponse.Buildercopy(CreateDesktopPoolResponse o)Copy method to populate the builder with values from the given instance.CreateDesktopPoolResponse.BuilderdesktopPool(DesktopPool desktopPool)The returned DesktopPool instance.CreateDesktopPoolResponse.Builderetag(String etag)For optimistic concurrency.CreateDesktopPoolResponse.Builderheaders(Map<String,List<String>> headers)CreateDesktopPoolResponse.Builderlocation(String location)A URL containing location of the newly created resource.CreateDesktopPoolResponse.BuilderopcRequestId(String opcRequestId)The unique identifier of the request.CreateDesktopPoolResponse.BuilderopcWorkRequestId(String opcWorkRequestId)A unique identifier for an asynchronous request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public CreateDesktopPoolResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<CreateDesktopPoolResponse>
 
 - 
headerspublic CreateDesktopPoolResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<CreateDesktopPoolResponse>
 
 - 
opcRequestIdpublic CreateDesktopPoolResponse.Builder opcRequestId(String opcRequestId) The unique identifier of the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
opcWorkRequestIdpublic CreateDesktopPoolResponse.Builder opcWorkRequestId(String opcWorkRequestId) A unique identifier for an asynchronous request.- Parameters:
- opcWorkRequestId- the value to set
- Returns:
- this builder
 
 - 
locationpublic CreateDesktopPoolResponse.Builder location(String location) A URL containing location of the newly created resource.- Parameters:
- location- the value to set
- Returns:
- this builder
 
 - 
contentLocationpublic CreateDesktopPoolResponse.Builder contentLocation(String contentLocation) A URL containing the location of the newly created resource.- Parameters:
- contentLocation- the value to set
- Returns:
- this builder
 
 - 
etagpublic CreateDesktopPoolResponse.Builder etag(String etag) For optimistic concurrency.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
desktopPoolpublic CreateDesktopPoolResponse.Builder desktopPool(DesktopPool desktopPool) The returned DesktopPool instance.- Parameters:
- desktopPool- the value to set
- Returns:
- this builder
 
 - 
copypublic CreateDesktopPoolResponse.Builder copy(CreateDesktopPoolResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<CreateDesktopPoolResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateDesktopPoolResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<CreateDesktopPoolResponse>
- Returns:
- the response object
 
 
- 
 
-