public static class GetSecurityAttributeWorkRequestResponse.Builder extends Object implements BmcResponse.Builder<GetSecurityAttributeWorkRequestResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetSecurityAttributeWorkRequestResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetSecurityAttributeWorkRequestResponse |
build()
Build the response object.
|
GetSecurityAttributeWorkRequestResponse.Builder |
copy(GetSecurityAttributeWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
|
GetSecurityAttributeWorkRequestResponse.Builder |
headers(Map<String,List<String>> headers) |
GetSecurityAttributeWorkRequestResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetSecurityAttributeWorkRequestResponse.Builder |
retryAfter(Float retryAfter)
The number of seconds that the client should wait before polling again.
|
GetSecurityAttributeWorkRequestResponse.Builder |
securityAttributeWorkRequest(SecurityAttributeWorkRequest securityAttributeWorkRequest)
The returned
SecurityAttributeWorkRequest instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetSecurityAttributeWorkRequestResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetSecurityAttributeWorkRequestResponse>
public GetSecurityAttributeWorkRequestResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetSecurityAttributeWorkRequestResponse>
public GetSecurityAttributeWorkRequestResponse.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 GetSecurityAttributeWorkRequestResponse.Builder retryAfter(Float retryAfter)
The number of seconds that the client should wait before polling again.
retryAfter
- the value to setpublic GetSecurityAttributeWorkRequestResponse.Builder securityAttributeWorkRequest(SecurityAttributeWorkRequest securityAttributeWorkRequest)
The returned SecurityAttributeWorkRequest
instance.
securityAttributeWorkRequest
- the value to setpublic GetSecurityAttributeWorkRequestResponse.Builder copy(GetSecurityAttributeWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetSecurityAttributeWorkRequestResponse>
o
- other request from which to copy valuespublic GetSecurityAttributeWorkRequestResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetSecurityAttributeWorkRequestResponse>
Copyright © 2016–2024. All rights reserved.