public static class GetDatabaseFleetHealthMetricsRequest.Builder extends Object implements BmcRequest.Builder<GetDatabaseFleetHealthMetricsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetDatabaseFleetHealthMetricsRequest |
build()
Build the instance of GetDatabaseFleetHealthMetricsRequest as configured by this builder
|
GetDatabaseFleetHealthMetricsRequest |
buildWithoutInvocationCallback()
Build the instance of GetDatabaseFleetHealthMetricsRequest as configured by this builder
|
GetDatabaseFleetHealthMetricsRequest.Builder |
compareBaselineTime(String compareBaselineTime)
The baseline time for metrics comparison.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
compareTargetTime(String compareTargetTime)
The target time for metrics comparison.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
compareType(CompareType compareType)
The time window used for metrics comparison.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
copy(GetDatabaseFleetHealthMetricsRequest o)
Copy method to populate the builder with values from the given instance.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
filterByDatabaseDeploymentType(String filterByDatabaseDeploymentType)
The filter used to filter the databases in the fleet by a specific Oracle Database
deployment type.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
filterByDatabaseSubType(String filterByDatabaseSubType)
The filter used to filter the databases in the fleet by a specific Oracle Database
subtype.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
filterByDatabaseType(String filterByDatabaseType)
The filter used to filter the databases in the fleet by a specific Oracle Database type.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
filterByDatabaseVersion(String filterByDatabaseVersion)
The filter used to filter the databases in the fleet by a specific Oracle Database
version.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
filterByMetricNames(String filterByMetricNames)
The filter used to retrieve a specific set of metrics by passing the desired metric names
with a comma separator.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
managedDatabaseGroupId(String managedDatabaseGroupId)
The OCID of the
Managed Database Group.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetDatabaseFleetHealthMetricsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetDatabaseFleetHealthMetricsRequest.Builder compareBaselineTime(String compareBaselineTime)
The baseline time for metrics comparison.
compareBaselineTime
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder compareTargetTime(String compareTargetTime)
The target time for metrics comparison.
compareTargetTime
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder managedDatabaseGroupId(String managedDatabaseGroupId)
The OCID of the Managed Database Group.
managedDatabaseGroupId
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder compareType(CompareType compareType)
The time window used for metrics comparison.
compareType
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder filterByMetricNames(String filterByMetricNames)
The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator. Note that, by default, the service returns all supported metrics.
filterByMetricNames
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder filterByDatabaseType(String filterByDatabaseType)
The filter used to filter the databases in the fleet by a specific Oracle Database type.
filterByDatabaseType
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder filterByDatabaseSubType(String filterByDatabaseSubType)
The filter used to filter the databases in the fleet by a specific Oracle Database subtype.
filterByDatabaseSubType
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder filterByDatabaseDeploymentType(String filterByDatabaseDeploymentType)
The filter used to filter the databases in the fleet by a specific Oracle Database deployment type.
filterByDatabaseDeploymentType
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder filterByDatabaseVersion(String filterByDatabaseVersion)
The filter used to filter the databases in the fleet by a specific Oracle Database version.
filterByDatabaseVersion
- the value to setpublic GetDatabaseFleetHealthMetricsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic GetDatabaseFleetHealthMetricsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetDatabaseFleetHealthMetricsRequest.Builder copy(GetDatabaseFleetHealthMetricsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetDatabaseFleetHealthMetricsRequest,Void>
o
- other request from which to copy valuespublic GetDatabaseFleetHealthMetricsRequest build()
Build the instance of GetDatabaseFleetHealthMetricsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<GetDatabaseFleetHealthMetricsRequest,Void>
public GetDatabaseFleetHealthMetricsRequest buildWithoutInvocationCallback()
Build the instance of GetDatabaseFleetHealthMetricsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2023. All rights reserved.