ConfiguredTable.Builder |
ConfiguredTable.Builder.allowedColumns(String... allowedColumns) |
The columns within the underlying Glue table that can be utilized within collaborations.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.allowedColumns(Collection<String> allowedColumns) |
The columns within the underlying Glue table that can be utilized within collaborations.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.analysisMethod(String analysisMethod) |
The analysis method for the configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.analysisMethod(AnalysisMethod analysisMethod) |
The analysis method for the configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes) |
The types of analysis rules associated with this configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes) |
The types of analysis rules associated with this configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.analysisRuleTypesWithStrings(String... analysisRuleTypes) |
The types of analysis rules associated with this configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.analysisRuleTypesWithStrings(Collection<String> analysisRuleTypes) |
The types of analysis rules associated with this configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.arn(String arn) |
The unique ARN for the configured table.
|
static ConfiguredTable.Builder |
ConfiguredTable.builder() |
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.createTime(Instant createTime) |
The time the configured table was created.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.description(String description) |
A description for the configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.id(String id) |
The unique ID for the configured table.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.name(String name) |
A name for the configured table.
|
default ConfiguredTable.Builder |
ConfiguredTable.Builder.tableReference(Consumer<TableReference.Builder> tableReference) |
The Glue table that this configured table represents.
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.tableReference(TableReference tableReference) |
The Glue table that this configured table represents.
|
ConfiguredTable.Builder |
ConfiguredTable.toBuilder() |
|
ConfiguredTable.Builder |
ConfiguredTable.Builder.updateTime(Instant updateTime) |
The time the configured table was last updated
|