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