Class DistributedDatabaseRaftMetric.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseRaftMetric.Builder
-
- Enclosing class:
- DistributedDatabaseRaftMetric
public static class DistributedDatabaseRaftMetric.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributedDatabaseRaftMetricbuild()DistributedDatabaseRaftMetric.BuilderconfigTasks(Map<String,Object> configTasks)Details of in-progress configuration tasks.DistributedDatabaseRaftMetric.Buildercopy(DistributedDatabaseRaftMetric model)DistributedDatabaseRaftMetric.BuilderraftMetrics(Map<String,Object> raftMetrics)Raft metrics for the Globally distributed database.
-
-
-
Method Detail
-
raftMetrics
public DistributedDatabaseRaftMetric.Builder raftMetrics(Map<String,Object> raftMetrics)
Raft metrics for the Globally distributed database.- Parameters:
raftMetrics- the value to set- Returns:
- this builder
-
configTasks
public DistributedDatabaseRaftMetric.Builder configTasks(Map<String,Object> configTasks)
Details of in-progress configuration tasks.- Parameters:
configTasks- the value to set- Returns:
- this builder
-
build
public DistributedDatabaseRaftMetric build()
-
copy
public DistributedDatabaseRaftMetric.Builder copy(DistributedDatabaseRaftMetric model)
-
-