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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCustomPropertyRequest.Builder
body$(UpdateCustomPropertyDetails body)
Alternative setter for the body parameter.UpdateCustomPropertyRequest
build()
Build the instance of UpdateCustomPropertyRequest as configured by this builderUpdateCustomPropertyRequest
buildWithoutInvocationCallback()
Build the instance of UpdateCustomPropertyRequest as configured by this builderUpdateCustomPropertyRequest.Builder
catalogId(String catalogId)
Unique catalog identifier.UpdateCustomPropertyRequest.Builder
copy(UpdateCustomPropertyRequest o)
Copy method to populate the builder with values from the given instance.UpdateCustomPropertyRequest.Builder
customPropertyKey(String customPropertyKey)
Unique Custom Property keyUpdateCustomPropertyRequest.Builder
ifMatch(String ifMatch)
For optimistic concurrency control.UpdateCustomPropertyRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.UpdateCustomPropertyRequest.Builder
namespaceId(String namespaceId)
Unique namespace identifier.UpdateCustomPropertyRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.UpdateCustomPropertyRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.UpdateCustomPropertyRequest.Builder
updateCustomPropertyDetails(UpdateCustomPropertyDetails updateCustomPropertyDetails)
The information to be updated in the custom property.
-
-
-
Method Detail
-
catalogId
public UpdateCustomPropertyRequest.Builder catalogId(String catalogId)
Unique catalog identifier.- Parameters:
catalogId
- the value to set- Returns:
- this builder instance
-
namespaceId
public UpdateCustomPropertyRequest.Builder namespaceId(String namespaceId)
Unique namespace identifier.- Parameters:
namespaceId
- the value to set- Returns:
- this builder instance
-
customPropertyKey
public UpdateCustomPropertyRequest.Builder customPropertyKey(String customPropertyKey)
Unique Custom Property key- Parameters:
customPropertyKey
- the value to set- Returns:
- this builder instance
-
updateCustomPropertyDetails
public UpdateCustomPropertyRequest.Builder updateCustomPropertyDetails(UpdateCustomPropertyDetails updateCustomPropertyDetails)
The information to be updated in the custom property.- Parameters:
updateCustomPropertyDetails
- the value to set- Returns:
- this builder instance
-
ifMatch
public 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
-
opcRequestId
public UpdateCustomPropertyRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public 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
-
retryConfiguration
public 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
-
copy
public UpdateCustomPropertyRequest.Builder copy(UpdateCustomPropertyRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<UpdateCustomPropertyRequest,UpdateCustomPropertyDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public 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:
build
in interfaceBmcRequest.Builder<UpdateCustomPropertyRequest,UpdateCustomPropertyDetails>
- Returns:
- instance of UpdateCustomPropertyRequest
-
body$
public UpdateCustomPropertyRequest.Builder body$(UpdateCustomPropertyDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<UpdateCustomPropertyRequest,UpdateCustomPropertyDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public 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
-
-