ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.analysisMethod(String analysisMethod) |
The analysis method for the configured tables.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.analysisMethod(AnalysisMethod analysisMethod) |
The analysis method for the configured tables.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes) |
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes) |
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.analysisRuleTypesWithStrings(String... analysisRuleTypes) |
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.analysisRuleTypesWithStrings(Collection<String> analysisRuleTypes) |
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.arn(String arn) |
The unique ARN of the configured table.
|
static ConfiguredTableSummary.Builder |
ConfiguredTableSummary.builder() |
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.createTime(Instant createTime) |
The time the configured table was created.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.id(String id) |
The unique ID of the configured table.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.name(String name) |
The name of the configured table.
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.toBuilder() |
|
ConfiguredTableSummary.Builder |
ConfiguredTableSummary.Builder.updateTime(Instant updateTime) |
The time the configured table was last updated.
|