Package com.oracle.bmc.datasafe.requests
Class UpdateSensitiveColumnRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.requests.UpdateSensitiveColumnRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<UpdateSensitiveColumnRequest,UpdateSensitiveColumnDetails>
- Enclosing class:
- UpdateSensitiveColumnRequest
public static class UpdateSensitiveColumnRequest.Builder extends Object implements BmcRequest.Builder<UpdateSensitiveColumnRequest,UpdateSensitiveColumnDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSensitiveColumnRequest.Builder
body$(UpdateSensitiveColumnDetails body)
Alternative setter for the body parameter.UpdateSensitiveColumnRequest
build()
Build the instance of UpdateSensitiveColumnRequest as configured by this builderUpdateSensitiveColumnRequest
buildWithoutInvocationCallback()
Build the instance of UpdateSensitiveColumnRequest as configured by this builderUpdateSensitiveColumnRequest.Builder
copy(UpdateSensitiveColumnRequest o)
Copy method to populate the builder with values from the given instance.UpdateSensitiveColumnRequest.Builder
ifMatch(String ifMatch)
For optimistic concurrency control.UpdateSensitiveColumnRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.UpdateSensitiveColumnRequest.Builder
opcRequestId(String opcRequestId)
Unique identifier for the request.UpdateSensitiveColumnRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.UpdateSensitiveColumnRequest.Builder
sensitiveColumnKey(String sensitiveColumnKey)
The unique key that identifies the sensitive column.UpdateSensitiveColumnRequest.Builder
sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model.UpdateSensitiveColumnRequest.Builder
updateSensitiveColumnDetails(UpdateSensitiveColumnDetails updateSensitiveColumnDetails)
Details to update a sensitive column.
-
-
-
Method Detail
-
sensitiveDataModelId
public UpdateSensitiveColumnRequest.Builder sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model.- Parameters:
sensitiveDataModelId
- the value to set- Returns:
- this builder instance
-
sensitiveColumnKey
public UpdateSensitiveColumnRequest.Builder sensitiveColumnKey(String sensitiveColumnKey)
The unique key that identifies the sensitive column.It’s numeric and unique within a sensitive data model.
- Parameters:
sensitiveColumnKey
- the value to set- Returns:
- this builder instance
-
updateSensitiveColumnDetails
public UpdateSensitiveColumnRequest.Builder updateSensitiveColumnDetails(UpdateSensitiveColumnDetails updateSensitiveColumnDetails)
Details to update a sensitive column.- Parameters:
updateSensitiveColumnDetails
- the value to set- Returns:
- this builder instance
-
ifMatch
public UpdateSensitiveColumnRequest.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 UpdateSensitiveColumnRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public UpdateSensitiveColumnRequest.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 UpdateSensitiveColumnRequest.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 UpdateSensitiveColumnRequest.Builder copy(UpdateSensitiveColumnRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<UpdateSensitiveColumnRequest,UpdateSensitiveColumnDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateSensitiveColumnRequest build()
Build the instance of UpdateSensitiveColumnRequest 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<UpdateSensitiveColumnRequest,UpdateSensitiveColumnDetails>
- Returns:
- instance of UpdateSensitiveColumnRequest
-
body$
public UpdateSensitiveColumnRequest.Builder body$(UpdateSensitiveColumnDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<UpdateSensitiveColumnRequest,UpdateSensitiveColumnDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public UpdateSensitiveColumnRequest buildWithoutInvocationCallback()
Build the instance of UpdateSensitiveColumnRequest 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 UpdateSensitiveColumnRequest
-
-