public static class GetSensitiveTypeResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetSensitiveTypeResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetSensitiveTypeResponse |
build()
Build the response object.
|
GetSensitiveTypeResponse.Builder |
copy(GetSensitiveTypeResponse o)
Copy method to populate the builder with values from the given instance.
|
GetSensitiveTypeResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetSensitiveTypeResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetSensitiveTypeResponse.Builder |
sensitiveType(SensitiveType sensitiveType)
The returned SensitiveType instance.
|
public GetSensitiveTypeResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetSensitiveTypeResponse.Builder etag(String etag)
For optimistic concurrency control. For more information, see ETags for Optimistic Concurrency Control
etag
- the value to setpublic GetSensitiveTypeResponse.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 GetSensitiveTypeResponse.Builder sensitiveType(SensitiveType sensitiveType)
The returned SensitiveType instance.
sensitiveType
- the value to setpublic GetSensitiveTypeResponse.Builder copy(GetSensitiveTypeResponse o)
Copy method to populate the builder with values from the given instance.
public GetSensitiveTypeResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.