Class CreateMigrationPlanResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudmigrations.responses.CreateMigrationPlanResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<CreateMigrationPlanResponse>
 - Enclosing class:
- CreateMigrationPlanResponse
 
 public static class CreateMigrationPlanResponse.Builder extends Object implements BmcResponse.Builder<CreateMigrationPlanResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateMigrationPlanResponse.Builder__httpStatusCode__(int __httpStatusCode__)CreateMigrationPlanResponsebuild()Build the response object.CreateMigrationPlanResponse.BuildercontentLocation(String contentLocation)The full URI of the resource related to the requestCreateMigrationPlanResponse.Buildercopy(CreateMigrationPlanResponse o)Copy method to populate the builder with values from the given instance.CreateMigrationPlanResponse.Builderetag(String etag)For optimistic concurrency control, see if-match.CreateMigrationPlanResponse.Builderheaders(Map<String,List<String>> headers)CreateMigrationPlanResponse.Builderlocation(String location)The full URI of the resource related to the requestCreateMigrationPlanResponse.BuildermigrationPlan(MigrationPlan migrationPlan)The returned MigrationPlan instance.CreateMigrationPlanResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.CreateMigrationPlanResponse.BuilderopcWorkRequestId(String opcWorkRequestId)Unique Oracle-assigned identifier for the 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 CreateMigrationPlanResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<CreateMigrationPlanResponse>
 
 - 
headerspublic CreateMigrationPlanResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<CreateMigrationPlanResponse>
 
 - 
etagpublic CreateMigrationPlanResponse.Builder etag(String etag) For optimistic concurrency control, see if-match.- Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic CreateMigrationPlanResponse.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
 
 - 
opcWorkRequestIdpublic CreateMigrationPlanResponse.Builder opcWorkRequestId(String opcWorkRequestId) Unique Oracle-assigned identifier for the asynchronous request.You can use this to query status of the asynchronous operation. - Parameters:
- opcWorkRequestId- the value to set
- Returns:
- this builder
 
 - 
locationpublic CreateMigrationPlanResponse.Builder location(String location) The full URI of the resource related to the request- Parameters:
- location- the value to set
- Returns:
- this builder
 
 - 
contentLocationpublic CreateMigrationPlanResponse.Builder contentLocation(String contentLocation) The full URI of the resource related to the request- Parameters:
- contentLocation- the value to set
- Returns:
- this builder
 
 - 
migrationPlanpublic CreateMigrationPlanResponse.Builder migrationPlan(MigrationPlan migrationPlan) The returned MigrationPlan instance.- Parameters:
- migrationPlan- the value to set
- Returns:
- this builder
 
 - 
copypublic CreateMigrationPlanResponse.Builder copy(CreateMigrationPlanResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<CreateMigrationPlanResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateMigrationPlanResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<CreateMigrationPlanResponse>
- Returns:
- the response object
 
 
- 
 
-