Class ChangeCatalogItemCompartmentRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.requests.ChangeCatalogItemCompartmentRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ChangeCatalogItemCompartmentRequest,ChangeCatalogItemCompartmentDetails>
 - Enclosing class:
- ChangeCatalogItemCompartmentRequest
 
 public static class ChangeCatalogItemCompartmentRequest.Builder extends Object implements BmcRequest.Builder<ChangeCatalogItemCompartmentRequest,ChangeCatalogItemCompartmentDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeCatalogItemCompartmentRequest.Builderbody$(ChangeCatalogItemCompartmentDetails body)Alternative setter for the body parameter.ChangeCatalogItemCompartmentRequestbuild()Build the instance of ChangeCatalogItemCompartmentRequest as configured by this builderChangeCatalogItemCompartmentRequestbuildWithoutInvocationCallback()Build the instance of ChangeCatalogItemCompartmentRequest as configured by this builderChangeCatalogItemCompartmentRequest.BuildercatalogItemId(String catalogItemId)The OCID of the CatalogItem.ChangeCatalogItemCompartmentRequest.BuilderchangeCatalogItemCompartmentDetails(ChangeCatalogItemCompartmentDetails changeCatalogItemCompartmentDetails)Details of the target compartment.ChangeCatalogItemCompartmentRequest.Buildercopy(ChangeCatalogItemCompartmentRequest o)Copy method to populate the builder with values from the given instance.ChangeCatalogItemCompartmentRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.ChangeCatalogItemCompartmentRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ChangeCatalogItemCompartmentRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ChangeCatalogItemCompartmentRequest.BuilderopcRetryToken(String opcRetryToken)A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.ChangeCatalogItemCompartmentRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
catalogItemIdpublic ChangeCatalogItemCompartmentRequest.Builder catalogItemId(String catalogItemId) The OCID of the CatalogItem.- Parameters:
- catalogItemId- the value to set
- Returns:
- this builder instance
 
 - 
changeCatalogItemCompartmentDetailspublic ChangeCatalogItemCompartmentRequest.Builder changeCatalogItemCompartmentDetails(ChangeCatalogItemCompartmentDetails changeCatalogItemCompartmentDetails) Details of the target compartment.- Parameters:
- changeCatalogItemCompartmentDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic ChangeCatalogItemCompartmentRequest.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 ChangeCatalogItemCompartmentRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
opcRetryTokenpublic ChangeCatalogItemCompartmentRequest.Builder opcRetryToken(String opcRetryToken) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again.Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected. - Parameters:
- opcRetryToken- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ChangeCatalogItemCompartmentRequest.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 ChangeCatalogItemCompartmentRequest.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 ChangeCatalogItemCompartmentRequest.Builder copy(ChangeCatalogItemCompartmentRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ChangeCatalogItemCompartmentRequest,ChangeCatalogItemCompartmentDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ChangeCatalogItemCompartmentRequest build() Build the instance of ChangeCatalogItemCompartmentRequest 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<ChangeCatalogItemCompartmentRequest,ChangeCatalogItemCompartmentDetails>
- Returns:
- instance of ChangeCatalogItemCompartmentRequest
 
 - 
body$public ChangeCatalogItemCompartmentRequest.Builder body$(ChangeCatalogItemCompartmentDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<ChangeCatalogItemCompartmentRequest,ChangeCatalogItemCompartmentDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic ChangeCatalogItemCompartmentRequest buildWithoutInvocationCallback() Build the instance of ChangeCatalogItemCompartmentRequest 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 ChangeCatalogItemCompartmentRequest
 
 
- 
 
-