Class CreateOccAvailabilityCatalogResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.responses.CreateOccAvailabilityCatalogResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<CreateOccAvailabilityCatalogResponse>
 - Enclosing class:
- CreateOccAvailabilityCatalogResponse
 
 public static class CreateOccAvailabilityCatalogResponse.Builder extends Object implements BmcResponse.Builder<CreateOccAvailabilityCatalogResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary- 
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 CreateOccAvailabilityCatalogResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<CreateOccAvailabilityCatalogResponse>
 
 - 
headerspublic CreateOccAvailabilityCatalogResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<CreateOccAvailabilityCatalogResponse>
 
 - 
etagpublic CreateOccAvailabilityCatalogResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic CreateOccAvailabilityCatalogResponse.Builder opcRequestId(String opcRequestId) For pagination of a list of items.When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the page parameter for the subsequent GET request to get the next batch of items. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
retryAfterpublic CreateOccAvailabilityCatalogResponse.Builder retryAfter(Integer retryAfter) A decimal number representing the number of seconds the client should wait before polling this endpoint again.- Parameters:
- retryAfter- the value to set
- Returns:
- this builder
 
 - 
occAvailabilityCatalogpublic CreateOccAvailabilityCatalogResponse.Builder occAvailabilityCatalog(OccAvailabilityCatalog occAvailabilityCatalog) The returned OccAvailabilityCatalog instance.- Parameters:
- occAvailabilityCatalog- the value to set
- Returns:
- this builder
 
 - 
copypublic CreateOccAvailabilityCatalogResponse.Builder copy(CreateOccAvailabilityCatalogResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<CreateOccAvailabilityCatalogResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateOccAvailabilityCatalogResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<CreateOccAvailabilityCatalogResponse>
- Returns:
- the response object
 
 
- 
 
-