Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static TableSummary.Builder |
TableSummary.builder()
Create a new builder.
|
TableSummary.Builder |
TableSummary.Builder.compartmentId(String compartmentId)
Compartment Identifier.
|
TableSummary.Builder |
TableSummary.Builder.copy(TableSummary model) |
TableSummary.Builder |
TableSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
TableSummary.Builder |
TableSummary.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
TableSummary.Builder |
TableSummary.Builder.id(String id)
Unique identifier that is immutable on creation.
|
TableSummary.Builder |
TableSummary.Builder.isAutoReclaimable(Boolean isAutoReclaimable)
True if this table can be reclaimed after an idle period.
|
TableSummary.Builder |
TableSummary.Builder.isMultiRegion(Boolean isMultiRegion)
True if this table is currently a member of a replication set.
|
TableSummary.Builder |
TableSummary.Builder.lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
TableSummary.Builder |
TableSummary.Builder.lifecycleState(Table.LifecycleState lifecycleState)
The state of a table.
|
TableSummary.Builder |
TableSummary.Builder.name(String name)
Human-friendly table name, also immutable.
|
TableSummary.Builder |
TableSummary.Builder.schemaState(TableSummary.SchemaState schemaState)
The current state of this table’s schema.
|
TableSummary.Builder |
TableSummary.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Read-only system tag.
|
TableSummary.Builder |
TableSummary.Builder.tableLimits(TableLimits tableLimits) |
TableSummary.Builder |
TableSummary.Builder.timeCreated(Date timeCreated)
The time the the table was created.
|
TableSummary.Builder |
TableSummary.Builder.timeOfExpiration(Date timeOfExpiration)
If lifecycleState is INACTIVE, indicates when this table will be automatically removed.
|
TableSummary.Builder |
TableSummary.Builder.timeUpdated(Date timeUpdated)
The time the the table’s metadata was last updated.
|
TableSummary.Builder |
TableSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.