public static class GetNodeReplaceConfigurationResponse.Builder extends Object implements BmcResponse.Builder<GetNodeReplaceConfigurationResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetNodeReplaceConfigurationResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetNodeReplaceConfigurationResponse |
build()
Build the response object.
|
GetNodeReplaceConfigurationResponse.Builder |
copy(GetNodeReplaceConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
|
GetNodeReplaceConfigurationResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetNodeReplaceConfigurationResponse.Builder |
headers(Map<String,List<String>> headers) |
GetNodeReplaceConfigurationResponse.Builder |
nodeReplaceConfiguration(NodeReplaceConfiguration nodeReplaceConfiguration)
The returned
NodeReplaceConfiguration instance. |
GetNodeReplaceConfigurationResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetNodeReplaceConfigurationResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetNodeReplaceConfigurationResponse>
public GetNodeReplaceConfigurationResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetNodeReplaceConfigurationResponse>
public GetNodeReplaceConfigurationResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a request, provide this request ID.
opcRequestId
- the value to setpublic GetNodeReplaceConfigurationResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetNodeReplaceConfigurationResponse.Builder nodeReplaceConfiguration(NodeReplaceConfiguration nodeReplaceConfiguration)
The returned NodeReplaceConfiguration
instance.
nodeReplaceConfiguration
- the value to setpublic GetNodeReplaceConfigurationResponse.Builder copy(GetNodeReplaceConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetNodeReplaceConfigurationResponse>
o
- other request from which to copy valuespublic GetNodeReplaceConfigurationResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetNodeReplaceConfigurationResponse>
Copyright © 2016–2024. All rights reserved.