Package com.oracle.bmc.identity.requests
Class UpdatePolicyRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.identity.requests.UpdatePolicyRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdatePolicyRequest,UpdatePolicyDetails>
 - Enclosing class:
- UpdatePolicyRequest
 
 public static class UpdatePolicyRequest.Builder extends Object implements BmcRequest.Builder<UpdatePolicyRequest,UpdatePolicyDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePolicyRequest.Builderbody$(UpdatePolicyDetails body)Alternative setter for the body parameter.UpdatePolicyRequestbuild()Build the instance of UpdatePolicyRequest as configured by this builderUpdatePolicyRequestbuildWithoutInvocationCallback()Build the instance of UpdatePolicyRequest as configured by this builderUpdatePolicyRequest.Buildercopy(UpdatePolicyRequest o)Copy method to populate the builder with values from the given instance.UpdatePolicyRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdatePolicyRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdatePolicyRequest.BuilderpolicyId(String policyId)The OCID of the policy.UpdatePolicyRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdatePolicyRequest.BuilderupdatePolicyDetails(UpdatePolicyDetails updatePolicyDetails)Request object for updating a policy.
 
- 
- 
- 
Method Detail- 
policyIdpublic UpdatePolicyRequest.Builder policyId(String policyId) The OCID of the policy.- Parameters:
- policyId- the value to set
- Returns:
- this builder instance
 
 - 
updatePolicyDetailspublic UpdatePolicyRequest.Builder updatePolicyDetails(UpdatePolicyDetails updatePolicyDetails) Request object for updating a policy.- Parameters:
- updatePolicyDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdatePolicyRequest.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
 
 - 
invocationCallbackpublic UpdatePolicyRequest.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 UpdatePolicyRequest.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 UpdatePolicyRequest.Builder copy(UpdatePolicyRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdatePolicyRequest,UpdatePolicyDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdatePolicyRequest build() Build the instance of UpdatePolicyRequest 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<UpdatePolicyRequest,UpdatePolicyDetails>
- Returns:
- instance of UpdatePolicyRequest
 
 - 
body$public UpdatePolicyRequest.Builder body$(UpdatePolicyDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdatePolicyRequest,UpdatePolicyDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdatePolicyRequest buildWithoutInvocationCallback() Build the instance of UpdatePolicyRequest 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 UpdatePolicyRequest
 
 
- 
 
-