public static class AnalyticsClusterMemoryEstimate.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AnalyticsClusterMemoryEstimate |
build() |
AnalyticsClusterMemoryEstimate.Builder |
copy(AnalyticsClusterMemoryEstimate model) |
AnalyticsClusterMemoryEstimate.Builder |
dbSystemId(String dbSystemId)
The OCID of the DB System the Analytics Cluster memory estimate is associated with.
|
AnalyticsClusterMemoryEstimate.Builder |
status(AnalyticsClusterMemoryEstimateStatus status)
Current status of the Work Request generating the Analytics Cluster memory estimate.
|
AnalyticsClusterMemoryEstimate.Builder |
tableSchemas(List<AnalyticsClusterSchemaMemoryEstimate> tableSchemas)
Collection of schemas with estimated memory footprints for MySQL user tables of each schema
when loaded to Analytics Cluster memory.
|
AnalyticsClusterMemoryEstimate.Builder |
timeCreated(Date timeCreated)
The date and time that the Work Request to generate the Analytics Cluster memory estimate was issued, as described by RFC 3339.
|
AnalyticsClusterMemoryEstimate.Builder |
timeUpdated(Date timeUpdated)
The date and time that the Analytics Cluster memory estimate was generated, as described by RFC 3339.
|
public AnalyticsClusterMemoryEstimate.Builder dbSystemId(String dbSystemId)
The OCID of the DB System the Analytics Cluster memory estimate is associated with.
dbSystemId
- the value to setpublic AnalyticsClusterMemoryEstimate.Builder status(AnalyticsClusterMemoryEstimateStatus status)
Current status of the Work Request generating the Analytics Cluster memory estimate.
status
- the value to setpublic AnalyticsClusterMemoryEstimate.Builder timeCreated(Date timeCreated)
The date and time that the Work Request to generate the Analytics Cluster memory estimate was issued, as described by RFC 3339.
timeCreated
- the value to setpublic AnalyticsClusterMemoryEstimate.Builder timeUpdated(Date timeUpdated)
The date and time that the Analytics Cluster memory estimate was generated, as described by RFC 3339.
timeUpdated
- the value to setpublic AnalyticsClusterMemoryEstimate.Builder tableSchemas(List<AnalyticsClusterSchemaMemoryEstimate> tableSchemas)
Collection of schemas with estimated memory footprints for MySQL user tables of each schema when loaded to Analytics Cluster memory.
tableSchemas
- the value to setpublic AnalyticsClusterMemoryEstimate build()
public AnalyticsClusterMemoryEstimate.Builder copy(AnalyticsClusterMemoryEstimate model)
Copyright © 2016–2023. All rights reserved.