Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Replica |
build() |
Replica.Builder |
capacityMode(Replica.CapacityMode capacityMode)
The capacity mode of the replica.
|
Replica.Builder |
copy(Replica model) |
Replica.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
Replica.Builder |
lifecycleState(Replica.LifecycleState lifecycleState)
The state of the replica.
|
Replica.Builder |
maxWriteUnits(Integer maxWriteUnits)
Maximum sustained write throughput limit of the replica table.
|
Replica.Builder |
region(String region)
A customer-facing region identifier
|
Replica.Builder |
tableId(String tableId)
The OCID of the replica table
|
public Replica.Builder region(String region)
A customer-facing region identifier
region
- the value to setpublic Replica.Builder tableId(String tableId)
The OCID of the replica table
tableId
- the value to setpublic Replica.Builder maxWriteUnits(Integer maxWriteUnits)
Maximum sustained write throughput limit of the replica table.
maxWriteUnits
- the value to setpublic Replica.Builder capacityMode(Replica.CapacityMode capacityMode)
The capacity mode of the replica.
capacityMode
- the value to setpublic Replica.Builder lifecycleState(Replica.LifecycleState lifecycleState)
The state of the replica.
lifecycleState
- the value to setpublic Replica.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
lifecycleDetails
- the value to setpublic Replica build()
public Replica.Builder copy(Replica model)
Copyright © 2016–2024. All rights reserved.