Class GetDatabaseFleetBackupMetricsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.requests.GetDatabaseFleetBackupMetricsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetDatabaseFleetBackupMetricsRequest,Void>
- Enclosing class:
- GetDatabaseFleetBackupMetricsRequest
public static class GetDatabaseFleetBackupMetricsRequest.Builder extends Object implements BmcRequest.Builder<GetDatabaseFleetBackupMetricsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDatabaseFleetBackupMetricsRequest
build()
Build the instance of GetDatabaseFleetBackupMetricsRequest as configured by this builderGetDatabaseFleetBackupMetricsRequest
buildWithoutInvocationCallback()
Build the instance of GetDatabaseFleetBackupMetricsRequest as configured by this builderGetDatabaseFleetBackupMetricsRequest.Builder
compartmentId(String compartmentId)
The OCID of the compartment.GetDatabaseFleetBackupMetricsRequest.Builder
copy(GetDatabaseFleetBackupMetricsRequest o)
Copy method to populate the builder with values from the given instance.GetDatabaseFleetBackupMetricsRequest.Builder
databaseHostedIn(DatabaseHostedIn databaseHostedIn)
Indicates whether the database is a cloud database or an external database.GetDatabaseFleetBackupMetricsRequest.Builder
definedTagEquals(String singularValue)
Singular setter.GetDatabaseFleetBackupMetricsRequest.Builder
definedTagEquals(List<String> definedTagEquals)
A list of tag filters to apply.GetDatabaseFleetBackupMetricsRequest.Builder
definedTagExists(String singularValue)
Singular setter.GetDatabaseFleetBackupMetricsRequest.Builder
definedTagExists(List<String> definedTagExists)
A list of tag existence filters to apply.GetDatabaseFleetBackupMetricsRequest.Builder
endTime(String endTime)
The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.GetDatabaseFleetBackupMetricsRequest.Builder
filterByMetricNames(String filterByMetricNames)
The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator.GetDatabaseFleetBackupMetricsRequest.Builder
freeformTagEquals(String singularValue)
Singular setter.GetDatabaseFleetBackupMetricsRequest.Builder
freeformTagEquals(List<String> freeformTagEquals)
A list of tag filters to apply.GetDatabaseFleetBackupMetricsRequest.Builder
freeformTagExists(String singularValue)
Singular setter.GetDatabaseFleetBackupMetricsRequest.Builder
freeformTagExists(List<String> freeformTagExists)
A list of tag existence filters to apply.GetDatabaseFleetBackupMetricsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetDatabaseFleetBackupMetricsRequest.Builder
limit(Integer limit)
The maximum number of records returned in the paginated response.GetDatabaseFleetBackupMetricsRequest.Builder
managedDatabaseGroupId(String managedDatabaseGroupId)
The OCID of the Managed Database Group.GetDatabaseFleetBackupMetricsRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.GetDatabaseFleetBackupMetricsRequest.Builder
page(String page)
The page token representing the page from where the next set of paginated results are retrieved.GetDatabaseFleetBackupMetricsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetDatabaseFleetBackupMetricsRequest.Builder
sortBy(GetDatabaseFleetBackupMetricsRequest.SortBy sortBy)
The field to sort information by.GetDatabaseFleetBackupMetricsRequest.Builder
sortOrder(SortOrders sortOrder)
The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.GetDatabaseFleetBackupMetricsRequest.Builder
startTime(String startTime)
The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
databaseHostedIn
public GetDatabaseFleetBackupMetricsRequest.Builder databaseHostedIn(DatabaseHostedIn databaseHostedIn)
Indicates whether the database is a cloud database or an external database.- Parameters:
databaseHostedIn
- the value to set- Returns:
- this builder instance
-
startTime
public GetDatabaseFleetBackupMetricsRequest.Builder startTime(String startTime)
The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.- Parameters:
startTime
- the value to set- Returns:
- this builder instance
-
endTime
public GetDatabaseFleetBackupMetricsRequest.Builder endTime(String endTime)
The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.- Parameters:
endTime
- the value to set- Returns:
- this builder instance
-
opcRequestId
public GetDatabaseFleetBackupMetricsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
managedDatabaseGroupId
public GetDatabaseFleetBackupMetricsRequest.Builder managedDatabaseGroupId(String managedDatabaseGroupId)
The OCID of the Managed Database Group.- Parameters:
managedDatabaseGroupId
- the value to set- Returns:
- this builder instance
-
compartmentId
public GetDatabaseFleetBackupMetricsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder instance
-
filterByMetricNames
public GetDatabaseFleetBackupMetricsRequest.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.
- Parameters:
filterByMetricNames
- the value to set- Returns:
- this builder instance
-
page
public GetDatabaseFleetBackupMetricsRequest.Builder page(String page)
The page token representing the page from where the next set of paginated results are retrieved.This is usually retrieved from a previous list call.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
limit
public GetDatabaseFleetBackupMetricsRequest.Builder limit(Integer limit)
The maximum number of records returned in the paginated response.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
sortBy
public GetDatabaseFleetBackupMetricsRequest.Builder sortBy(GetDatabaseFleetBackupMetricsRequest.SortBy sortBy)
The field to sort information by.Only one sortOrder can be used. The default sort order for DATABASENAME is ascending and it is case-sensitive.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
sortOrder
public GetDatabaseFleetBackupMetricsRequest.Builder sortOrder(SortOrders sortOrder)
The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order.Ascending order is the default order.
- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
definedTagEquals
public GetDatabaseFleetBackupMetricsRequest.Builder definedTagEquals(List<String> definedTagEquals)
A list of tag filters to apply.Only resources with a defined tag matching the value will be returned. Each item in the list has the format “{namespace}.{tagName}.{value}”. All inputs are case-insensitive. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as “OR”. Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as “AND”.
- Parameters:
definedTagEquals
- the value to set- Returns:
- this builder instance
-
definedTagEquals
public GetDatabaseFleetBackupMetricsRequest.Builder definedTagEquals(String singularValue)
Singular setter.A list of tag filters to apply. Only resources with a defined tag matching the value will be returned. Each item in the list has the format “{namespace}.{tagName}.{value}”. All inputs are case-insensitive. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as “OR”. Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as “AND”.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
freeformTagEquals
public GetDatabaseFleetBackupMetricsRequest.Builder freeformTagEquals(List<String> freeformTagEquals)
A list of tag filters to apply.Only resources with a freeform tag matching the value will be returned. The key for each tag is “{tagName}.{value}”. All inputs are case-insensitive. Multiple values for the same tag name are interpreted as “OR”. Values for different tag names are interpreted as “AND”.
- Parameters:
freeformTagEquals
- the value to set- Returns:
- this builder instance
-
freeformTagEquals
public GetDatabaseFleetBackupMetricsRequest.Builder freeformTagEquals(String singularValue)
Singular setter.A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned. The key for each tag is “{tagName}.{value}”. All inputs are case-insensitive. Multiple values for the same tag name are interpreted as “OR”. Values for different tag names are interpreted as “AND”.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
definedTagExists
public GetDatabaseFleetBackupMetricsRequest.Builder definedTagExists(List<String> definedTagExists)
A list of tag existence filters to apply.Only resources for which the specified defined tags exist will be returned. Each item in the list has the format “{namespace}.{tagName}.true” (for checking existence of a defined tag) or “{namespace}.true”. All inputs are case-insensitive. Currently, only existence (“true” at the end) is supported. Absence (“false” at the end) is not supported. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as “OR”. Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as “AND”.
- Parameters:
definedTagExists
- the value to set- Returns:
- this builder instance
-
definedTagExists
public GetDatabaseFleetBackupMetricsRequest.Builder definedTagExists(String singularValue)
Singular setter.A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned. Each item in the list has the format “{namespace}.{tagName}.true” (for checking existence of a defined tag) or “{namespace}.true”. All inputs are case-insensitive. Currently, only existence (“true” at the end) is supported. Absence (“false” at the end) is not supported. Multiple values for the same key (i.e. same namespace and tag name) are interpreted as “OR”. Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as “AND”.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
freeformTagExists
public GetDatabaseFleetBackupMetricsRequest.Builder freeformTagExists(List<String> freeformTagExists)
A list of tag existence filters to apply.Only resources for which the specified freeform tags exist the value will be returned. The key for each tag is “{tagName}.true”. All inputs are case-insensitive. Currently, only existence (“true” at the end) is supported. Absence (“false” at the end) is not supported. Multiple values for different tag names are interpreted as “AND”.
- Parameters:
freeformTagExists
- the value to set- Returns:
- this builder instance
-
freeformTagExists
public GetDatabaseFleetBackupMetricsRequest.Builder freeformTagExists(String singularValue)
Singular setter.A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned. The key for each tag is “{tagName}.true”. All inputs are case-insensitive. Currently, only existence (“true” at the end) is supported. Absence (“false” at the end) is not supported. Multiple values for different tag names are interpreted as “AND”.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
invocationCallback
public GetDatabaseFleetBackupMetricsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public GetDatabaseFleetBackupMetricsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public GetDatabaseFleetBackupMetricsRequest.Builder copy(GetDatabaseFleetBackupMetricsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<GetDatabaseFleetBackupMetricsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetDatabaseFleetBackupMetricsRequest build()
Build the instance of GetDatabaseFleetBackupMetricsRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<GetDatabaseFleetBackupMetricsRequest,Void>
- Returns:
- instance of GetDatabaseFleetBackupMetricsRequest
-
buildWithoutInvocationCallback
public GetDatabaseFleetBackupMetricsRequest buildWithoutInvocationCallback()
Build the instance of GetDatabaseFleetBackupMetricsRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of GetDatabaseFleetBackupMetricsRequest
-
-