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