static Table.Builder |
Table.builder() |
Create a new builder.
|
Table.Builder |
Table.Builder.compartmentId(String compartmentId) |
Compartment Identifier.
|
Table.Builder |
Table.Builder.copy(Table model) |
|
Table.Builder |
Table.Builder.ddlStatement(String ddlStatement) |
A DDL statement representing the schema.
|
Table.Builder |
Table.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Table.Builder |
Table.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
Table.Builder |
Table.Builder.id(String id) |
Unique identifier that is immutable.
|
Table.Builder |
Table.Builder.isAutoReclaimable(Boolean isAutoReclaimable) |
True if this table can be reclaimed after an idle period.
|
Table.Builder |
Table.Builder.isMultiRegion(Boolean isMultiRegion) |
True if this table is currently a member of a replication set.
|
Table.Builder |
Table.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current state in more detail.
|
Table.Builder |
Table.Builder.lifecycleState(Table.LifecycleState lifecycleState) |
The state of a table.
|
Table.Builder |
Table.Builder.localReplicaInitializationInPercent(Integer localReplicaInitializationInPercent) |
If this table is in a replication set, this value represents the progress of the
initialization of the replica’s data.
|
Table.Builder |
Table.Builder.name(String name) |
Human-friendly table name, immutable.
|
Table.Builder |
Table.Builder.replicas(List<Replica> replicas) |
An array of Replica listing this table’s replicas, if any
|
Table.Builder |
Table.Builder.schema(Schema schema) |
|
Table.Builder |
Table.Builder.schemaState(Table.SchemaState schemaState) |
The current state of this table’s schema.
|
Table.Builder |
Table.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Read-only system tag.
|
Table.Builder |
Table.Builder.tableLimits(TableLimits tableLimits) |
|
Table.Builder |
Table.Builder.timeCreated(Date timeCreated) |
The time the the table was created.
|
Table.Builder |
Table.Builder.timeOfExpiration(Date timeOfExpiration) |
If lifecycleState is INACTIVE, indicates when this table will be automatically removed.
|
Table.Builder |
Table.Builder.timeUpdated(Date timeUpdated) |
The time the the table’s metadata was last updated.
|
Table.Builder |
Table.toBuilder() |
|