Class GetStorageUsageResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.responses.GetStorageUsageResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetStorageUsageResponse>
 - Enclosing class:
- GetStorageUsageResponse
 
 public static class GetStorageUsageResponse.Builder extends Object implements BmcResponse.Builder<GetStorageUsageResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetStorageUsageResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetStorageUsageResponsebuild()Build the response object.GetStorageUsageResponse.Buildercopy(GetStorageUsageResponse o)Copy method to populate the builder with values from the given instance.GetStorageUsageResponse.Builderheaders(Map<String,List<String>> headers)GetStorageUsageResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetStorageUsageResponse.BuilderstorageUsage(StorageUsage storageUsage)The returned StorageUsage instance.- 
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 GetStorageUsageResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetStorageUsageResponse>
 
 - 
headerspublic GetStorageUsageResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetStorageUsageResponse>
 
 - 
opcRequestIdpublic GetStorageUsageResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.When you contact Oracle about a specific request, provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
storageUsagepublic GetStorageUsageResponse.Builder storageUsage(StorageUsage storageUsage) The returned StorageUsage instance.- Parameters:
- storageUsage- the value to set
- Returns:
- this builder
 
 - 
copypublic GetStorageUsageResponse.Builder copy(GetStorageUsageResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetStorageUsageResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetStorageUsageResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetStorageUsageResponse>
- Returns:
- the response object
 
 
- 
 
-