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