ReportRequest.Builder |
ReportRequest.Builder.body$(ReportDetails body) |
Alternative setter for the body parameter.
|
static ReportRequest.Builder |
ReportRequest.builder() |
Return a new builder for this request object.
|
ReportRequest.Builder |
ReportRequest.Builder.compartmentId(String compartmentId) |
The ID of the compartment in which to list resources.
|
ReportRequest.Builder |
ReportRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree) |
If set to true, resources will be returned for not only the provided compartment, but all
compartments which descend from it.
|
ReportRequest.Builder |
ReportRequest.Builder.copy(ReportRequest o) |
Copy method to populate the builder with values from the given instance.
|
ReportRequest.Builder |
ReportRequest.Builder.ifMatch(String ifMatch) |
For optimistic concurrency control.
|
ReportRequest.Builder |
ReportRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ReportRequest.Builder |
ReportRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ReportRequest.Builder |
ReportRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ReportRequest.Builder |
ReportRequest.Builder.opcRetryToken(String opcRetryToken) |
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
ReportRequest.Builder |
ReportRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
ReportRequest.Builder |
ReportRequest.Builder.reportDetails(ReportDetails reportDetails) |
Details for generating report
|
ReportRequest.Builder |
ReportRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ReportRequest.Builder |
ReportRequest.toBuilder() |
|