Class UpdateTargetResponderRecipeRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudguard.requests.UpdateTargetResponderRecipeRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<UpdateTargetResponderRecipeRequest,UpdateTargetResponderRecipeDetails>
- Enclosing class:
- UpdateTargetResponderRecipeRequest
public static class UpdateTargetResponderRecipeRequest.Builder extends Object implements BmcRequest.Builder<UpdateTargetResponderRecipeRequest,UpdateTargetResponderRecipeDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTargetResponderRecipeRequest.Builder
body$(UpdateTargetResponderRecipeDetails body)
Alternative setter for the body parameter.UpdateTargetResponderRecipeRequest
build()
Build the instance of UpdateTargetResponderRecipeRequest as configured by this builderUpdateTargetResponderRecipeRequest
buildWithoutInvocationCallback()
Build the instance of UpdateTargetResponderRecipeRequest as configured by this builderUpdateTargetResponderRecipeRequest.Builder
copy(UpdateTargetResponderRecipeRequest o)
Copy method to populate the builder with values from the given instance.UpdateTargetResponderRecipeRequest.Builder
ifMatch(String ifMatch)
For optimistic concurrency control.UpdateTargetResponderRecipeRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.UpdateTargetResponderRecipeRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.UpdateTargetResponderRecipeRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.UpdateTargetResponderRecipeRequest.Builder
targetId(String targetId)
OCID of the targetUpdateTargetResponderRecipeRequest.Builder
targetResponderRecipeId(String targetResponderRecipeId)
OCID of the target responder recipe.UpdateTargetResponderRecipeRequest.Builder
updateTargetResponderRecipeDetails(UpdateTargetResponderRecipeDetails updateTargetResponderRecipeDetails)
The details to be updated
-
-
-
Method Detail
-
targetId
public UpdateTargetResponderRecipeRequest.Builder targetId(String targetId)
OCID of the target- Parameters:
targetId
- the value to set- Returns:
- this builder instance
-
targetResponderRecipeId
public UpdateTargetResponderRecipeRequest.Builder targetResponderRecipeId(String targetResponderRecipeId)
OCID of the target responder recipe.- Parameters:
targetResponderRecipeId
- the value to set- Returns:
- this builder instance
-
updateTargetResponderRecipeDetails
public UpdateTargetResponderRecipeRequest.Builder updateTargetResponderRecipeDetails(UpdateTargetResponderRecipeDetails updateTargetResponderRecipeDetails)
The details to be updated- Parameters:
updateTargetResponderRecipeDetails
- the value to set- Returns:
- this builder instance
-
ifMatch
public UpdateTargetResponderRecipeRequest.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 UpdateTargetResponderRecipeRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public UpdateTargetResponderRecipeRequest.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 UpdateTargetResponderRecipeRequest.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 UpdateTargetResponderRecipeRequest.Builder copy(UpdateTargetResponderRecipeRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<UpdateTargetResponderRecipeRequest,UpdateTargetResponderRecipeDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateTargetResponderRecipeRequest build()
Build the instance of UpdateTargetResponderRecipeRequest 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<UpdateTargetResponderRecipeRequest,UpdateTargetResponderRecipeDetails>
- Returns:
- instance of UpdateTargetResponderRecipeRequest
-
body$
public UpdateTargetResponderRecipeRequest.Builder body$(UpdateTargetResponderRecipeDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<UpdateTargetResponderRecipeRequest,UpdateTargetResponderRecipeDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public UpdateTargetResponderRecipeRequest buildWithoutInvocationCallback()
Build the instance of UpdateTargetResponderRecipeRequest 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 UpdateTargetResponderRecipeRequest
-
-