Class SummarizeExternalAsmMetricsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.requests.SummarizeExternalAsmMetricsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<SummarizeExternalAsmMetricsRequest,Void>
 - Enclosing class:
- SummarizeExternalAsmMetricsRequest
 
 public static class SummarizeExternalAsmMetricsRequest.Builder extends Object implements BmcRequest.Builder<SummarizeExternalAsmMetricsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SummarizeExternalAsmMetricsRequestbuild()Build the instance of SummarizeExternalAsmMetricsRequest as configured by this builderSummarizeExternalAsmMetricsRequestbuildWithoutInvocationCallback()Build the instance of SummarizeExternalAsmMetricsRequest as configured by this builderSummarizeExternalAsmMetricsRequest.Buildercopy(SummarizeExternalAsmMetricsRequest o)Copy method to populate the builder with values from the given instance.SummarizeExternalAsmMetricsRequest.BuilderendTime(String endTime)The end of the time range set to retrieve metric data for the DB system and its members.SummarizeExternalAsmMetricsRequest.BuilderexternalAsmId(String externalAsmId)The OCID of the external ASM.SummarizeExternalAsmMetricsRequest.BuilderfilterByMetricNames(String filterByMetricNames)The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator.SummarizeExternalAsmMetricsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.SummarizeExternalAsmMetricsRequest.Builderlimit(Integer limit)The maximum number of records returned in the paginated response.SummarizeExternalAsmMetricsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.SummarizeExternalAsmMetricsRequest.Builderpage(String page)The page token representing the page from where the next set of paginated results are retrieved.SummarizeExternalAsmMetricsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.SummarizeExternalAsmMetricsRequest.BuilderstartTime(String startTime)The beginning of the time range set to retrieve metric data for the DB system and its members.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
externalAsmIdpublic SummarizeExternalAsmMetricsRequest.Builder externalAsmId(String externalAsmId) The OCID of the external ASM.- Parameters:
- externalAsmId- the value to set
- Returns:
- this builder instance
 
 - 
startTimepublic SummarizeExternalAsmMetricsRequest.Builder startTime(String startTime) The beginning of the time range set to retrieve metric data for the DB system and its members.Expressed 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
 
 - 
endTimepublic SummarizeExternalAsmMetricsRequest.Builder endTime(String endTime) The end of the time range set to retrieve metric data for the DB system and its members.Expressed 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
 
 - 
opcRequestIdpublic SummarizeExternalAsmMetricsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic SummarizeExternalAsmMetricsRequest.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
 
 - 
limitpublic SummarizeExternalAsmMetricsRequest.Builder limit(Integer limit) The maximum number of records returned in the paginated response.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
filterByMetricNamespublic SummarizeExternalAsmMetricsRequest.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
 
 - 
invocationCallbackpublic SummarizeExternalAsmMetricsRequest.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
 
 - 
retryConfigurationpublic SummarizeExternalAsmMetricsRequest.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
 
 - 
copypublic SummarizeExternalAsmMetricsRequest.Builder copy(SummarizeExternalAsmMetricsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<SummarizeExternalAsmMetricsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic SummarizeExternalAsmMetricsRequest build() Build the instance of SummarizeExternalAsmMetricsRequest 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:
- buildin interface- BmcRequest.Builder<SummarizeExternalAsmMetricsRequest,Void>
- Returns:
- instance of SummarizeExternalAsmMetricsRequest
 
 - 
buildWithoutInvocationCallbackpublic SummarizeExternalAsmMetricsRequest buildWithoutInvocationCallback() Build the instance of SummarizeExternalAsmMetricsRequest 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 SummarizeExternalAsmMetricsRequest
 
 
- 
 
-