Class ExportConfigurationResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.responses.ExportConfigurationResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<ExportConfigurationResponse>
 - Enclosing class:
- ExportConfigurationResponse
 
 public static class ExportConfigurationResponse.Builder extends Object implements BmcResponse.Builder<ExportConfigurationResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportConfigurationResponse.Builder__httpStatusCode__(int __httpStatusCode__)ExportConfigurationResponsebuild()Build the response object.ExportConfigurationResponse.Buildercopy(ExportConfigurationResponse o)Copy method to populate the builder with values from the given instance.ExportConfigurationResponse.Builderetag(String etag)For optimistic concurrency control.ExportConfigurationResponse.BuilderexportConfigurationResponseDetails(ExportConfigurationResponseDetails exportConfigurationResponseDetails)The returned ExportConfigurationResponseDetails instance.ExportConfigurationResponse.Builderheaders(Map<String,List<String>> headers)ExportConfigurationResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the 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 ExportConfigurationResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<ExportConfigurationResponse>
 
 - 
headerspublic ExportConfigurationResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<ExportConfigurationResponse>
 
 - 
etagpublic ExportConfigurationResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic ExportConfigurationResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
exportConfigurationResponseDetailspublic ExportConfigurationResponse.Builder exportConfigurationResponseDetails(ExportConfigurationResponseDetails exportConfigurationResponseDetails) The returned ExportConfigurationResponseDetails instance.- Parameters:
- exportConfigurationResponseDetails- the value to set
- Returns:
- this builder
 
 - 
copypublic ExportConfigurationResponse.Builder copy(ExportConfigurationResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<ExportConfigurationResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ExportConfigurationResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<ExportConfigurationResponse>
- Returns:
- the response object
 
 
- 
 
-