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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePolicyRequest.Builder
body$(UpdatePolicyDetails body)
Alternative setter for the body parameter.UpdatePolicyRequest
build()
Build the instance of UpdatePolicyRequest as configured by this builderUpdatePolicyRequest
buildWithoutInvocationCallback()
Build the instance of UpdatePolicyRequest as configured by this builderUpdatePolicyRequest.Builder
copy(UpdatePolicyRequest o)
Copy method to populate the builder with values from the given instance.UpdatePolicyRequest.Builder
ifMatch(String ifMatch)
For optimistic concurrency control.UpdatePolicyRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.UpdatePolicyRequest.Builder
policyId(String policyId)
The OCID of the policy.UpdatePolicyRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.UpdatePolicyRequest.Builder
updatePolicyDetails(UpdatePolicyDetails updatePolicyDetails)
Request object for updating a policy.
-
-
-
Method Detail
-
policyId
public UpdatePolicyRequest.Builder policyId(String policyId)
The OCID of the policy.- Parameters:
policyId
- the value to set- Returns:
- this builder instance
-
updatePolicyDetails
public UpdatePolicyRequest.Builder updatePolicyDetails(UpdatePolicyDetails updatePolicyDetails)
Request object for updating a policy.- Parameters:
updatePolicyDetails
- the value to set- Returns:
- this builder instance
-
ifMatch
public 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
-
invocationCallback
public 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
-
retryConfiguration
public 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
-
copy
public UpdatePolicyRequest.Builder copy(UpdatePolicyRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<UpdatePolicyRequest,UpdatePolicyDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public 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:
build
in interfaceBmcRequest.Builder<UpdatePolicyRequest,UpdatePolicyDetails>
- Returns:
- instance of UpdatePolicyRequest
-
body$
public UpdatePolicyRequest.Builder body$(UpdatePolicyDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<UpdatePolicyRequest,UpdatePolicyDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public 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
-
-