Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Table |
build() |
Table.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
Table.Builder |
copy(Table model) |
Table.Builder |
ddlStatement(String ddlStatement)
A DDL statement representing the schema.
|
Table.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Table.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Table.Builder |
id(String id)
Unique identifier that is immutable.
|
Table.Builder |
isAutoReclaimable(Boolean isAutoReclaimable)
True if this table can be reclaimed after an idle period.
|
Table.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
Table.Builder |
lifecycleState(Table.LifecycleState lifecycleState)
The state of a table.
|
Table.Builder |
name(String name)
Human-friendly table name, immutable.
|
Table.Builder |
schema(Schema schema) |
Table.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Read-only system tag.
|
Table.Builder |
tableLimits(TableLimits tableLimits) |
Table.Builder |
timeCreated(Date timeCreated)
The time the the table was created.
|
Table.Builder |
timeOfExpiration(Date timeOfExpiration)
If lifecycleState is INACTIVE, indicates when this table will be automatically removed.
|
Table.Builder |
timeUpdated(Date timeUpdated)
The time the the table’s metadata was last updated.
|
public Table.Builder id(String id)
Unique identifier that is immutable.
id
- the value to setpublic Table.Builder name(String name)
Human-friendly table name, immutable.
name
- the value to setpublic Table.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic Table.Builder timeCreated(Date timeCreated)
The time the the table was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic Table.Builder timeUpdated(Date timeUpdated)
The time the the table’s metadata was last updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic Table.Builder tableLimits(TableLimits tableLimits)
public Table.Builder lifecycleState(Table.LifecycleState lifecycleState)
The state of a table.
lifecycleState
- the value to setpublic Table.Builder isAutoReclaimable(Boolean isAutoReclaimable)
True if this table can be reclaimed after an idle period.
isAutoReclaimable
- the value to setpublic Table.Builder timeOfExpiration(Date timeOfExpiration)
If lifecycleState is INACTIVE, indicates when this table will be automatically removed. An RFC3339 formatted datetime string.
timeOfExpiration
- the value to setpublic Table.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
lifecycleDetails
- the value to setpublic Table.Builder schema(Schema schema)
public Table.Builder ddlStatement(String ddlStatement)
A DDL statement representing the schema.
ddlStatement
- the value to setpublic Table.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic Table.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic Table.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Read-only system tag. These predefined keys are scoped to namespaces. At present the only
supported namespace is "orcl-cloud"
; and the only key in that namespace is "free-tier-retained"
. Example: {"orcl-cloud"": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic Table build()
public Table.Builder copy(Table model)
Copyright © 2016–2023. All rights reserved.