public static class CreateRuleResponse.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
CreateRuleResponse.Builder |
__httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
|
CreateRuleResponse |
build() |
CreateRuleResponse.Builder |
copy(CreateRuleResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateRuleResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateRuleResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateRuleResponse.Builder |
rule(Rule rule)
The returned Rule instance.
|
String |
toString() |
public CreateRuleResponse.Builder copy(CreateRuleResponse o)
Copy method to populate the builder with values from the given instance.
public CreateRuleResponse.Builder __httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
this.public CreateRuleResponse.Builder etag(String etag)
For optimistic concurrency control. Add this value to the if-match parameter
in a PUT or DELETE operation. The resource will be updated only if the value you
provide matches the etag on the resource.
this.public CreateRuleResponse.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.
this.public CreateRuleResponse.Builder rule(Rule rule)
The returned Rule instance.
this.public CreateRuleResponse build()
Copyright © 2016–2021. All rights reserved.