public static class FormatTable.Builder extends Object
FormatTable
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FormatTable |
build() |
FormatTable.Builder |
comment(String comment) |
FormatTable.Builder |
format(FormatTable.Format format) |
FormatTable.Builder |
identifier(Identifier identifier) |
FormatTable.Builder |
location(String location) |
FormatTable.Builder |
options(Map<String,String> options) |
FormatTable.Builder |
partitionKeys(List<String> partitionKeys) |
FormatTable.Builder |
rowType(RowType rowType) |
public FormatTable.Builder identifier(Identifier identifier)
public FormatTable.Builder rowType(RowType rowType)
public FormatTable.Builder partitionKeys(List<String> partitionKeys)
public FormatTable.Builder location(String location)
public FormatTable.Builder format(FormatTable.Format format)
public FormatTable.Builder options(Map<String,String> options)
public FormatTable.Builder comment(@Nullable String comment)
public FormatTable build()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.