Package | Description |
---|---|
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.awrDbId(String awrDbId)
The parameter to filter the database by internal ID.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.beginSnIdGreaterThanOrEqualTo(Integer beginSnIdGreaterThanOrEqualTo)
The optional greater than or equal to filter on the snapshot ID.
|
static GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.builder()
Return a new builder for this request object.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.containerId(Integer containerId)
The optional query parameter to filter the database container by an exact ID value.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.copy(GetAwrDbReportRequest o)
Copy method to populate the builder with values from the given instance.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.endSnIdLessThanOrEqualTo(Integer endSnIdLessThanOrEqualTo)
The optional less than or equal to query parameter to filter the snapshot ID.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.instNums(Integer singularValue)
Singular setter.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.instNums(List<Integer> instNums)
The optional multiple value query parameter to filter the database instance numbers.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.managedDatabaseId(String managedDatabaseId)
The OCID of the
Managed Database.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.opcNamedCredentialId(String opcNamedCredentialId)
The OCID of the Named Credential.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.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.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.reportFormat(GetAwrDbReportRequest.ReportFormat reportFormat)
The format of the AWR report.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.reportType(GetAwrDbReportRequest.ReportType reportType)
The query parameter to filter the AWR report types.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.timeGreaterThanOrEqualTo(Date timeGreaterThanOrEqualTo)
The optional greater than or equal to query parameter to filter the timestamp.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.Builder.timeLessThanOrEqualTo(Date timeLessThanOrEqualTo)
The optional less than or equal to query parameter to filter the timestamp.
|
GetAwrDbReportRequest.Builder |
GetAwrDbReportRequest.toBuilder()
Return an instance of
GetAwrDbReportRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.