public static class ListRetentionRulesResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListRetentionRulesResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListRetentionRulesResponse |
build() |
ListRetentionRulesResponse.Builder |
copy(ListRetentionRulesResponse o)
Copy method to populate the builder with values from the given instance.
|
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.
|
String |
toString() |
public ListRetentionRulesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListRetentionRulesResponse.Builder copy(ListRetentionRulesResponse o)
Copy method to populate the builder with values from the given instance.
public ListRetentionRulesResponse build()
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.
this
.public ListRetentionRulesResponse.Builder opcClientRequestId(String opcClientRequestId)
Echoes back the value passed in the opc-client-request-id header, for use by clients when debugging.
this
.public 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).
this
.public ListRetentionRulesResponse.Builder retentionRuleCollection(RetentionRuleCollection retentionRuleCollection)
The returned RetentionRuleCollection instance.
this
.Copyright © 2016–2022. All rights reserved.