public interface CreateAction extends Action<java.lang.Long>
Modifier and Type | Method and Description |
---|---|
CreateAction |
withProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Adds additional properties to the newly created Iceberg table.
|
CreateAction |
withProperty(java.lang.String key,
java.lang.String value)
Adds an additional property to the newly created Iceberg table.
|
CreateAction withProperties(java.util.Map<java.lang.String,java.lang.String> properties)
properties
- a map of properties to be includedCreateAction withProperty(java.lang.String key, java.lang.String value)
key
- the key of the property to addvalue
- the value of the property to add