public static class GetTargetDetectorRecipeDetectorRuleResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetTargetDetectorRecipeDetectorRuleResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetTargetDetectorRecipeDetectorRuleResponse |
build()
Build the response object.
|
GetTargetDetectorRecipeDetectorRuleResponse.Builder |
copy(GetTargetDetectorRecipeDetectorRuleResponse o)
Copy method to populate the builder with values from the given instance.
|
GetTargetDetectorRecipeDetectorRuleResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetTargetDetectorRecipeDetectorRuleResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetTargetDetectorRecipeDetectorRuleResponse.Builder |
targetDetectorRecipeDetectorRule(TargetDetectorRecipeDetectorRule targetDetectorRecipeDetectorRule)
The returned TargetDetectorRecipeDetectorRule instance.
|
public GetTargetDetectorRecipeDetectorRuleResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetTargetDetectorRecipeDetectorRuleResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetTargetDetectorRecipeDetectorRuleResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic GetTargetDetectorRecipeDetectorRuleResponse.Builder targetDetectorRecipeDetectorRule(TargetDetectorRecipeDetectorRule targetDetectorRecipeDetectorRule)
The returned TargetDetectorRecipeDetectorRule instance.
targetDetectorRecipeDetectorRule
- the value to setpublic GetTargetDetectorRecipeDetectorRuleResponse.Builder copy(GetTargetDetectorRecipeDetectorRuleResponse o)
Copy method to populate the builder with values from the given instance.
public GetTargetDetectorRecipeDetectorRuleResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.