public static class GetRoverNodeEncryptionKeyResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetRoverNodeEncryptionKeyResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetRoverNodeEncryptionKeyResponse |
build()
Build the response object.
|
GetRoverNodeEncryptionKeyResponse.Builder |
copy(GetRoverNodeEncryptionKeyResponse o)
Copy method to populate the builder with values from the given instance.
|
GetRoverNodeEncryptionKeyResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetRoverNodeEncryptionKeyResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
GetRoverNodeEncryptionKeyResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetRoverNodeEncryptionKeyResponse.Builder |
roverNodeEncryptionKey(RoverNodeEncryptionKey roverNodeEncryptionKey)
The returned RoverNodeEncryptionKey instance.
|
public GetRoverNodeEncryptionKeyResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetRoverNodeEncryptionKeyResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetRoverNodeEncryptionKeyResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetRoverNodeEncryptionKeyResponse.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.
opcRequestId
- the value to setpublic GetRoverNodeEncryptionKeyResponse.Builder roverNodeEncryptionKey(RoverNodeEncryptionKey roverNodeEncryptionKey)
The returned RoverNodeEncryptionKey instance.
roverNodeEncryptionKey
- the value to setpublic GetRoverNodeEncryptionKeyResponse.Builder copy(GetRoverNodeEncryptionKeyResponse o)
Copy method to populate the builder with values from the given instance.
public GetRoverNodeEncryptionKeyResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.