Class CreateStackResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.responses.CreateStackResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<CreateStackResponse>
 - Enclosing class:
- CreateStackResponse
 
 public static class CreateStackResponse.Builder extends Object implements BmcResponse.Builder<CreateStackResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateStackResponse.Builder__httpStatusCode__(int __httpStatusCode__)CreateStackResponsebuild()Build the response object.CreateStackResponse.Buildercopy(CreateStackResponse o)Copy method to populate the builder with values from the given instance.CreateStackResponse.Builderetag(String etag)For optimistic concurrency control.CreateStackResponse.Builderheaders(Map<String,List<String>> headers)CreateStackResponse.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.CreateStackResponse.BuilderopcWorkRequestId(String opcWorkRequestId)The OCID of the work request.CreateStackResponse.Builderstack(Stack stack)The returned Stack 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 CreateStackResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<CreateStackResponse>
 
 - 
headerspublic CreateStackResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<CreateStackResponse>
 
 - 
opcRequestIdpublic CreateStackResponse.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
opcWorkRequestIdpublic CreateStackResponse.Builder opcWorkRequestId(String opcWorkRequestId) The OCID of the work request.- Parameters:
- opcWorkRequestId- the value to set
- Returns:
- this builder
 
 - 
etagpublic CreateStackResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
stackpublic CreateStackResponse.Builder stack(Stack stack) The returned Stack instance.- Parameters:
- stack- the value to set
- Returns:
- this builder
 
 - 
copypublic CreateStackResponse.Builder copy(CreateStackResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<CreateStackResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateStackResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<CreateStackResponse>
- Returns:
- the response object
 
 
- 
 
-