public static class ListTaggingWorkRequestLogsResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ListTaggingWorkRequestLogsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListTaggingWorkRequestLogsResponse |
build() |
ListTaggingWorkRequestLogsResponse.Builder |
copy(ListTaggingWorkRequestLogsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListTaggingWorkRequestLogsResponse.Builder |
items(List<TaggingWorkRequestLogSummary> items)
A list of com.oracle.bmc.identity.model.TaggingWorkRequestLogSummary instances.
|
ListTaggingWorkRequestLogsResponse.Builder |
opcNextPage(String opcNextPage)
For pagination of a list of items.
|
ListTaggingWorkRequestLogsResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListTaggingWorkRequestLogsResponse.Builder |
retryAfter(Float retryAfter)
The number of seconds that the client should wait before polling again.
|
String |
toString() |
public ListTaggingWorkRequestLogsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ListTaggingWorkRequestLogsResponse.Builder copy(ListTaggingWorkRequestLogsResponse o)
Copy method to populate the builder with values from the given instance.
public ListTaggingWorkRequestLogsResponse build()
public ListTaggingWorkRequestLogsResponse.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.
this
.public ListTaggingWorkRequestLogsResponse.Builder retryAfter(Float retryAfter)
The number of seconds that the client should wait before polling again.
this
.public ListTaggingWorkRequestLogsResponse.Builder opcNextPage(String opcNextPage)
For pagination of a list of items. When paging through a list, if this header appears in the response,
then a partial list might have been returned. Include this value as the page
parameter for the
subsequent GET request to get the next batch of items.
this
.public ListTaggingWorkRequestLogsResponse.Builder items(List<TaggingWorkRequestLogSummary> items)
A list of com.oracle.bmc.identity.model.TaggingWorkRequestLogSummary instances.
this
.Copyright © 2016–2022. All rights reserved.