Package com.oracle.bmc.bds.responses
Class GetBdsCapacityReservationResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.responses.GetBdsCapacityReservationResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<GetBdsCapacityReservationResponse>
- Enclosing class:
- GetBdsCapacityReservationResponse
public static class GetBdsCapacityReservationResponse.Builder extends Object implements BmcResponse.Builder<GetBdsCapacityReservationResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetBdsCapacityReservationResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetBdsCapacityReservationResponse.BuilderbdsCapacityReservation(BdsCapacityReservation bdsCapacityReservation)The returned BdsCapacityReservation instance.GetBdsCapacityReservationResponsebuild()Build the response object.GetBdsCapacityReservationResponse.Buildercopy(GetBdsCapacityReservationResponse o)Copy method to populate the builder with values from the given instance.GetBdsCapacityReservationResponse.Builderetag(String etag)For optimistic concurrency control.GetBdsCapacityReservationResponse.Builderheaders(Map<String,List<String>> headers)GetBdsCapacityReservationResponse.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 GetBdsCapacityReservationResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<GetBdsCapacityReservationResponse>
-
headers
public GetBdsCapacityReservationResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<GetBdsCapacityReservationResponse>
-
opcRequestId
public GetBdsCapacityReservationResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a request, provide this request ID.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
etag
public GetBdsCapacityReservationResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag- the value to set- Returns:
- this builder
-
bdsCapacityReservation
public GetBdsCapacityReservationResponse.Builder bdsCapacityReservation(BdsCapacityReservation bdsCapacityReservation)
The returned BdsCapacityReservation instance.- Parameters:
bdsCapacityReservation- the value to set- Returns:
- this builder
-
copy
public GetBdsCapacityReservationResponse.Builder copy(GetBdsCapacityReservationResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<GetBdsCapacityReservationResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public GetBdsCapacityReservationResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<GetBdsCapacityReservationResponse>- Returns:
- the response object
-
-