public static interface ConfiguredTableSummary.Builder extends SdkPojo, CopyableBuilder<ConfiguredTableSummary.Builder,ConfiguredTableSummary>
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableSummary.Builder |
analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured tables.
|
ConfiguredTableSummary.Builder |
analysisMethod(String analysisMethod)
The analysis method for the configured tables.
|
ConfiguredTableSummary.Builder |
analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary.Builder |
analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary.Builder |
analysisRuleTypesWithStrings(Collection<String> analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary.Builder |
analysisRuleTypesWithStrings(String... analysisRuleTypes)
The types of analysis rules associated with this configured table.
|
ConfiguredTableSummary.Builder |
arn(String arn)
The unique ARN of the configured table.
|
ConfiguredTableSummary.Builder |
createTime(Instant createTime)
The time the configured table was created.
|
ConfiguredTableSummary.Builder |
id(String id)
The unique ID of the configured table.
|
ConfiguredTableSummary.Builder |
name(String name)
The name of the configured table.
|
ConfiguredTableSummary.Builder |
updateTime(Instant updateTime)
The time the configured table was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfiguredTableSummary.Builder id(String id)
The unique ID of the configured table.
id - The unique ID of the configured table.ConfiguredTableSummary.Builder arn(String arn)
The unique ARN of the configured table.
arn - The unique ARN of the configured table.ConfiguredTableSummary.Builder name(String name)
The name of the configured table.
name - The name of the configured table.ConfiguredTableSummary.Builder createTime(Instant createTime)
The time the configured table was created.
createTime - The time the configured table was created.ConfiguredTableSummary.Builder updateTime(Instant updateTime)
The time the configured table was last updated.
updateTime - The time the configured table was last updated.ConfiguredTableSummary.Builder analysisRuleTypesWithStrings(Collection<String> analysisRuleTypes)
The types of analysis rules associated with this configured table.
analysisRuleTypes - The types of analysis rules associated with this configured table.ConfiguredTableSummary.Builder analysisRuleTypesWithStrings(String... analysisRuleTypes)
The types of analysis rules associated with this configured table.
analysisRuleTypes - The types of analysis rules associated with this configured table.ConfiguredTableSummary.Builder analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes)
The types of analysis rules associated with this configured table.
analysisRuleTypes - The types of analysis rules associated with this configured table.ConfiguredTableSummary.Builder analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes)
The types of analysis rules associated with this configured table.
analysisRuleTypes - The types of analysis rules associated with this configured table.ConfiguredTableSummary.Builder analysisMethod(String analysisMethod)
The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.
analysisMethod - The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.AnalysisMethod,
AnalysisMethodConfiguredTableSummary.Builder analysisMethod(AnalysisMethod analysisMethod)
The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.
analysisMethod - The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.AnalysisMethod,
AnalysisMethodCopyright © 2023. All rights reserved.