public static class TableCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TableCollection.Builder |
autoReclaimableTables(Integer autoReclaimableTables)
The current number of reclaimable tables in the tenancy.
|
TableCollection.Builder |
availableReplicationRegions(List<String> availableReplicationRegions)
An array of regions that are available for replication.
|
TableCollection |
build() |
TableCollection.Builder |
copy(TableCollection model) |
TableCollection.Builder |
items(List<TableSummary> items)
A page of TableSummary objects.
|
TableCollection.Builder |
maxAutoReclaimableTables(Integer maxAutoReclaimableTables)
The maximum number of reclaimable tables allowed in the tenancy.
|
TableCollection.Builder |
maxOnDemandCapacityTables(Integer maxOnDemandCapacityTables)
The maximum number of on demand capacity tables allowed in the tenancy.
|
TableCollection.Builder |
onDemandCapacityTables(Integer onDemandCapacityTables)
The current number of on demand capacity tables in the tenancy.
|
public TableCollection.Builder items(List<TableSummary> items)
A page of TableSummary objects.
items
- the value to setpublic TableCollection.Builder maxAutoReclaimableTables(Integer maxAutoReclaimableTables)
The maximum number of reclaimable tables allowed in the tenancy.
maxAutoReclaimableTables
- the value to setpublic TableCollection.Builder autoReclaimableTables(Integer autoReclaimableTables)
The current number of reclaimable tables in the tenancy.
autoReclaimableTables
- the value to setpublic TableCollection.Builder onDemandCapacityTables(Integer onDemandCapacityTables)
The current number of on demand capacity tables in the tenancy.
onDemandCapacityTables
- the value to setpublic TableCollection.Builder maxOnDemandCapacityTables(Integer maxOnDemandCapacityTables)
The maximum number of on demand capacity tables allowed in the tenancy.
maxOnDemandCapacityTables
- the value to setpublic TableCollection.Builder availableReplicationRegions(List<String> availableReplicationRegions)
An array of regions that are available for replication.
availableReplicationRegions
- the value to setpublic TableCollection build()
public TableCollection.Builder copy(TableCollection model)
Copyright © 2016–2024. All rights reserved.