public static class PatchSdmMaskingPolicyDifferenceColumnsRequest.Builder extends Object implements BmcRequest.Builder<PatchSdmMaskingPolicyDifferenceColumnsRequest,PatchSdmMaskingPolicyDifferenceColumnsDetails>
Constructor and Description |
---|
Builder() |
public PatchSdmMaskingPolicyDifferenceColumnsRequest.Builder sdmMaskingPolicyDifferenceId(String sdmMaskingPolicyDifferenceId)
The OCID of the SDM masking policy difference.
sdmMaskingPolicyDifferenceId
- the value to setpublic PatchSdmMaskingPolicyDifferenceColumnsRequest.Builder patchSdmMaskingPolicyDifferenceColumnsDetails(PatchSdmMaskingPolicyDifferenceColumnsDetails patchSdmMaskingPolicyDifferenceColumnsDetails)
Details to patch difference columns.
patchSdmMaskingPolicyDifferenceColumnsDetails
- the value to setpublic PatchSdmMaskingPolicyDifferenceColumnsRequest.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.
ifMatch
- the value to setpublic PatchSdmMaskingPolicyDifferenceColumnsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic PatchSdmMaskingPolicyDifferenceColumnsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic PatchSdmMaskingPolicyDifferenceColumnsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic PatchSdmMaskingPolicyDifferenceColumnsRequest.Builder copy(PatchSdmMaskingPolicyDifferenceColumnsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<PatchSdmMaskingPolicyDifferenceColumnsRequest,PatchSdmMaskingPolicyDifferenceColumnsDetails>
o
- other request from which to copy valuespublic PatchSdmMaskingPolicyDifferenceColumnsRequest build()
Build the instance of PatchSdmMaskingPolicyDifferenceColumnsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<PatchSdmMaskingPolicyDifferenceColumnsRequest,PatchSdmMaskingPolicyDifferenceColumnsDetails>
public PatchSdmMaskingPolicyDifferenceColumnsRequest.Builder body$(PatchSdmMaskingPolicyDifferenceColumnsDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<PatchSdmMaskingPolicyDifferenceColumnsRequest,PatchSdmMaskingPolicyDifferenceColumnsDetails>
body
- the body parameterpublic PatchSdmMaskingPolicyDifferenceColumnsRequest buildWithoutInvocationCallback()
Build the instance of PatchSdmMaskingPolicyDifferenceColumnsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.