Class ClusterMigrateToNativeVcnRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.requests.ClusterMigrateToNativeVcnRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ClusterMigrateToNativeVcnRequest,ClusterMigrateToNativeVcnDetails>
 - Enclosing class:
- ClusterMigrateToNativeVcnRequest
 
 public static class ClusterMigrateToNativeVcnRequest.Builder extends Object implements BmcRequest.Builder<ClusterMigrateToNativeVcnRequest,ClusterMigrateToNativeVcnDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterMigrateToNativeVcnRequest.Builderbody$(ClusterMigrateToNativeVcnDetails body)Alternative setter for the body parameter.ClusterMigrateToNativeVcnRequestbuild()Build the instance of ClusterMigrateToNativeVcnRequest as configured by this builderClusterMigrateToNativeVcnRequestbuildWithoutInvocationCallback()Build the instance of ClusterMigrateToNativeVcnRequest as configured by this builderClusterMigrateToNativeVcnRequest.BuilderclusterId(String clusterId)The OCID of the cluster.ClusterMigrateToNativeVcnRequest.BuilderclusterMigrateToNativeVcnDetails(ClusterMigrateToNativeVcnDetails clusterMigrateToNativeVcnDetails)The details for the cluster’s migration to native VCN.ClusterMigrateToNativeVcnRequest.Buildercopy(ClusterMigrateToNativeVcnRequest o)Copy method to populate the builder with values from the given instance.ClusterMigrateToNativeVcnRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.ClusterMigrateToNativeVcnRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ClusterMigrateToNativeVcnRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ClusterMigrateToNativeVcnRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
clusterIdpublic ClusterMigrateToNativeVcnRequest.Builder clusterId(String clusterId) The OCID of the cluster.- Parameters:
- clusterId- the value to set
- Returns:
- this builder instance
 
 - 
clusterMigrateToNativeVcnDetailspublic ClusterMigrateToNativeVcnRequest.Builder clusterMigrateToNativeVcnDetails(ClusterMigrateToNativeVcnDetails clusterMigrateToNativeVcnDetails) The details for the cluster’s migration to native VCN.- Parameters:
- clusterMigrateToNativeVcnDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic ClusterMigrateToNativeVcnRequest.Builder ifMatch(String ifMatch) For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value. - Parameters:
- ifMatch- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ClusterMigrateToNativeVcnRequest.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 instance
 
 - 
invocationCallbackpublic ClusterMigrateToNativeVcnRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic ClusterMigrateToNativeVcnRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic ClusterMigrateToNativeVcnRequest.Builder copy(ClusterMigrateToNativeVcnRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ClusterMigrateToNativeVcnRequest,ClusterMigrateToNativeVcnDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ClusterMigrateToNativeVcnRequest build() Build the instance of ClusterMigrateToNativeVcnRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<ClusterMigrateToNativeVcnRequest,ClusterMigrateToNativeVcnDetails>
- Returns:
- instance of ClusterMigrateToNativeVcnRequest
 
 - 
body$public ClusterMigrateToNativeVcnRequest.Builder body$(ClusterMigrateToNativeVcnDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<ClusterMigrateToNativeVcnRequest,ClusterMigrateToNativeVcnDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic ClusterMigrateToNativeVcnRequest buildWithoutInvocationCallback() Build the instance of ClusterMigrateToNativeVcnRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ClusterMigrateToNativeVcnRequest
 
 
- 
 
-