Interface ConfiguredTableSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfiguredTableSummary.Builder,,ConfiguredTableSummary> SdkBuilder<ConfiguredTableSummary.Builder,,ConfiguredTableSummary> SdkPojo
- Enclosing class:
ConfiguredTableSummary
-
Method Summary
Modifier and TypeMethodDescriptionanalysisMethod(String analysisMethod) The analysis method for the configured tables.analysisMethod(AnalysisMethod analysisMethod) The analysis method for the configured tables.analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes) The types of analysis rules associated with this configured table.analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes) The types of analysis rules associated with this configured table.analysisRuleTypesWithStrings(String... analysisRuleTypes) The types of analysis rules associated with this configured table.analysisRuleTypesWithStrings(Collection<String> analysisRuleTypes) The types of analysis rules associated with this configured table.The unique ARN of the configured table.createTime(Instant createTime) The time the configured table was created.The unique ID of the configured table.The name of the configured table.selectedAnalysisMethods(Collection<SelectedAnalysisMethod> selectedAnalysisMethods) The selected analysis methods for the configured table summary.selectedAnalysisMethods(SelectedAnalysisMethod... selectedAnalysisMethods) The selected analysis methods for the configured table summary.selectedAnalysisMethodsWithStrings(String... selectedAnalysisMethods) The selected analysis methods for the configured table summary.selectedAnalysisMethodsWithStrings(Collection<String> selectedAnalysisMethods) The selected analysis methods for the configured table summary.updateTime(Instant updateTime) The time the configured table was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique ID of the configured table.
- Parameters:
id- The unique ID of the configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The unique ARN of the configured table.
- Parameters:
arn- The unique ARN of the configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the configured table.
- Parameters:
name- The name of the configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The time the configured table was created.
- Parameters:
createTime- The time the configured table was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The time the configured table was last updated.
- Parameters:
updateTime- The time the configured table was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleTypesWithStrings
The types of analysis rules associated with this configured table.
- Parameters:
analysisRuleTypes- The types of analysis rules associated with this configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleTypesWithStrings
The types of analysis rules associated with this configured table.
- Parameters:
analysisRuleTypes- The types of analysis rules associated with this configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleTypes
ConfiguredTableSummary.Builder analysisRuleTypes(Collection<ConfiguredTableAnalysisRuleType> analysisRuleTypes) The types of analysis rules associated with this configured table.
- Parameters:
analysisRuleTypes- The types of analysis rules associated with this configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRuleTypes
ConfiguredTableSummary.Builder analysisRuleTypes(ConfiguredTableAnalysisRuleType... analysisRuleTypes) The types of analysis rules associated with this configured table.
- Parameters:
analysisRuleTypes- The types of analysis rules associated with this configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisMethod
The analysis method for the configured tables.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Parameters:
analysisMethod- The analysis method for the configured tables.DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisMethod
The analysis method for the configured tables.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Parameters:
analysisMethod- The analysis method for the configured tables.DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
selectedAnalysisMethodsWithStrings
ConfiguredTableSummary.Builder selectedAnalysisMethodsWithStrings(Collection<String> selectedAnalysisMethods) The selected analysis methods for the configured table summary.
- Parameters:
selectedAnalysisMethods- The selected analysis methods for the configured table summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedAnalysisMethodsWithStrings
ConfiguredTableSummary.Builder selectedAnalysisMethodsWithStrings(String... selectedAnalysisMethods) The selected analysis methods for the configured table summary.
- Parameters:
selectedAnalysisMethods- The selected analysis methods for the configured table summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedAnalysisMethods
ConfiguredTableSummary.Builder selectedAnalysisMethods(Collection<SelectedAnalysisMethod> selectedAnalysisMethods) The selected analysis methods for the configured table summary.
- Parameters:
selectedAnalysisMethods- The selected analysis methods for the configured table summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedAnalysisMethods
ConfiguredTableSummary.Builder selectedAnalysisMethods(SelectedAnalysisMethod... selectedAnalysisMethods) The selected analysis methods for the configured table summary.
- Parameters:
selectedAnalysisMethods- The selected analysis methods for the configured table summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-