public static class ListRetentionRulesResponse.Builder extends Object implements BmcResponse.Builder<ListRetentionRulesResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListRetentionRulesResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListRetentionRulesResponse |
build()
Build the response object.
|
ListRetentionRulesResponse.Builder |
copy(ListRetentionRulesResponse o)
Copy method to populate the builder with values from the given instance.
|
ListRetentionRulesResponse.Builder |
headers(Map<String,List<String>> headers) |
ListRetentionRulesResponse.Builder |
opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when
debugging.
|
ListRetentionRulesResponse.Builder |
opcNextPage(String opcNextPage)
Paginating a list of retention rules.
|
ListRetentionRulesResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListRetentionRulesResponse.Builder |
retentionRuleCollection(RetentionRuleCollection retentionRuleCollection)
The returned
RetentionRuleCollection instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public ListRetentionRulesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<ListRetentionRulesResponse>
public ListRetentionRulesResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<ListRetentionRulesResponse>
public ListRetentionRulesResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide this request ID.
opcRequestId
- the value to setpublic ListRetentionRulesResponse.Builder opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
opcClientRequestId
- the value to setpublic ListRetentionRulesResponse.Builder opcNextPage(String opcNextPage)
Paginating a list of retention rules. If the opc-next-page
header appears in the
response, it indicates that this is a partial list of retention rules and there are
additional rules to get. Include the value of this header as the page
parameter
in a subsequent GET request to get the next set of retention rules. Repeat this process
to retrieve the entire list of retention rules.
For more details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
opcNextPage
- the value to setpublic ListRetentionRulesResponse.Builder retentionRuleCollection(RetentionRuleCollection retentionRuleCollection)
The returned RetentionRuleCollection
instance.
retentionRuleCollection
- the value to setpublic ListRetentionRulesResponse.Builder copy(ListRetentionRulesResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<ListRetentionRulesResponse>
o
- other request from which to copy valuespublic ListRetentionRulesResponse build()
Build the response object.
build
in interface BmcResponse.Builder<ListRetentionRulesResponse>
Copyright © 2016–2024. All rights reserved.