Class UpdateCustomPropertyRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.requests.UpdateCustomPropertyRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateCustomPropertyRequest,UpdateCustomPropertyDetails>
 - Enclosing class:
- UpdateCustomPropertyRequest
 
 public static class UpdateCustomPropertyRequest.Builder extends Object implements BmcRequest.Builder<UpdateCustomPropertyRequest,UpdateCustomPropertyDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCustomPropertyRequest.Builderbody$(UpdateCustomPropertyDetails body)Alternative setter for the body parameter.UpdateCustomPropertyRequestbuild()Build the instance of UpdateCustomPropertyRequest as configured by this builderUpdateCustomPropertyRequestbuildWithoutInvocationCallback()Build the instance of UpdateCustomPropertyRequest as configured by this builderUpdateCustomPropertyRequest.BuildercatalogId(String catalogId)Unique catalog identifier.UpdateCustomPropertyRequest.Buildercopy(UpdateCustomPropertyRequest o)Copy method to populate the builder with values from the given instance.UpdateCustomPropertyRequest.BuildercustomPropertyKey(String customPropertyKey)Unique Custom Property keyUpdateCustomPropertyRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateCustomPropertyRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateCustomPropertyRequest.BuildernamespaceId(String namespaceId)Unique namespace identifier.UpdateCustomPropertyRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.UpdateCustomPropertyRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateCustomPropertyRequest.BuilderupdateCustomPropertyDetails(UpdateCustomPropertyDetails updateCustomPropertyDetails)The information to be updated in the custom property.
 
- 
- 
- 
Method Detail- 
catalogIdpublic UpdateCustomPropertyRequest.Builder catalogId(String catalogId) Unique catalog identifier.- Parameters:
- catalogId- the value to set
- Returns:
- this builder instance
 
 - 
namespaceIdpublic UpdateCustomPropertyRequest.Builder namespaceId(String namespaceId) Unique namespace identifier.- Parameters:
- namespaceId- the value to set
- Returns:
- this builder instance
 
 - 
customPropertyKeypublic UpdateCustomPropertyRequest.Builder customPropertyKey(String customPropertyKey) Unique Custom Property key- Parameters:
- customPropertyKey- the value to set
- Returns:
- this builder instance
 
 - 
updateCustomPropertyDetailspublic UpdateCustomPropertyRequest.Builder updateCustomPropertyDetails(UpdateCustomPropertyDetails updateCustomPropertyDetails) The information to be updated in the custom property.- Parameters:
- updateCustomPropertyDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateCustomPropertyRequest.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 UpdateCustomPropertyRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateCustomPropertyRequest.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 UpdateCustomPropertyRequest.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 UpdateCustomPropertyRequest.Builder copy(UpdateCustomPropertyRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateCustomPropertyRequest,UpdateCustomPropertyDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateCustomPropertyRequest build() Build the instance of UpdateCustomPropertyRequest 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<UpdateCustomPropertyRequest,UpdateCustomPropertyDetails>
- Returns:
- instance of UpdateCustomPropertyRequest
 
 - 
body$public UpdateCustomPropertyRequest.Builder body$(UpdateCustomPropertyDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateCustomPropertyRequest,UpdateCustomPropertyDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateCustomPropertyRequest buildWithoutInvocationCallback() Build the instance of UpdateCustomPropertyRequest 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 UpdateCustomPropertyRequest
 
 
- 
 
-