Package com.oracle.bmc.events.responses
Class UpdateRuleResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.events.responses.UpdateRuleResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<UpdateRuleResponse>
 - Enclosing class:
- UpdateRuleResponse
 
 public static class UpdateRuleResponse.Builder extends Object implements BmcResponse.Builder<UpdateRuleResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRuleResponse.Builder__httpStatusCode__(int __httpStatusCode__)UpdateRuleResponsebuild()Build the response object.UpdateRuleResponse.Buildercopy(UpdateRuleResponse o)Copy method to populate the builder with values from the given instance.UpdateRuleResponse.Builderetag(String etag)For optimistic concurrency control.UpdateRuleResponse.Builderheaders(Map<String,List<String>> headers)UpdateRuleResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.UpdateRuleResponse.Builderrule(Rule rule)The returned Rule instance.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public UpdateRuleResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<UpdateRuleResponse>
 
 - 
headerspublic UpdateRuleResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<UpdateRuleResponse>
 
 - 
etagpublic UpdateRuleResponse.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. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic UpdateRuleResponse.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. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
rulepublic UpdateRuleResponse.Builder rule(Rule rule) The returned Rule instance.- Parameters:
- rule- the value to set
- Returns:
- this builder
 
 - 
copypublic UpdateRuleResponse.Builder copy(UpdateRuleResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<UpdateRuleResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateRuleResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<UpdateRuleResponse>
- Returns:
- the response object
 
 
- 
 
-