Package com.oracle.bmc.budget.responses
Class UpdateCostAnomalyMonitorResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.budget.responses.UpdateCostAnomalyMonitorResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<UpdateCostAnomalyMonitorResponse>
- Enclosing class:
- UpdateCostAnomalyMonitorResponse
public static class UpdateCostAnomalyMonitorResponse.Builder extends Object implements BmcResponse.Builder<UpdateCostAnomalyMonitorResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCostAnomalyMonitorResponse.Builder__httpStatusCode__(int __httpStatusCode__)UpdateCostAnomalyMonitorResponsebuild()Build the response object.UpdateCostAnomalyMonitorResponse.Buildercopy(UpdateCostAnomalyMonitorResponse o)Copy method to populate the builder with values from the given instance.UpdateCostAnomalyMonitorResponse.BuildercostAnomalyMonitor(CostAnomalyMonitor costAnomalyMonitor)The returned CostAnomalyMonitor instance.UpdateCostAnomalyMonitorResponse.Builderetag(String etag)For optimistic concurrency control.UpdateCostAnomalyMonitorResponse.Builderheaders(Map<String,List<String>> headers)UpdateCostAnomalyMonitorResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public UpdateCostAnomalyMonitorResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<UpdateCostAnomalyMonitorResponse>
-
headers
public UpdateCostAnomalyMonitorResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<UpdateCostAnomalyMonitorResponse>
-
opcRequestId
public UpdateCostAnomalyMonitorResponse.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
-
etag
public UpdateCostAnomalyMonitorResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag- the value to set- Returns:
- this builder
-
costAnomalyMonitor
public UpdateCostAnomalyMonitorResponse.Builder costAnomalyMonitor(CostAnomalyMonitor costAnomalyMonitor)
The returned CostAnomalyMonitor instance.- Parameters:
costAnomalyMonitor- the value to set- Returns:
- this builder
-
copy
public UpdateCostAnomalyMonitorResponse.Builder copy(UpdateCostAnomalyMonitorResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<UpdateCostAnomalyMonitorResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateCostAnomalyMonitorResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<UpdateCostAnomalyMonitorResponse>- Returns:
- the response object
-
-