Interface AnalysisSchema.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisSchema.Builder,AnalysisSchema>,SdkBuilder<AnalysisSchema.Builder,AnalysisSchema>,SdkPojo
- Enclosing class:
- AnalysisSchema
public static interface AnalysisSchema.Builder extends SdkPojo, CopyableBuilder<AnalysisSchema.Builder,AnalysisSchema>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalysisSchema.BuilderreferencedTables(String... referencedTables)The tables referenced in the analysis schema.AnalysisSchema.BuilderreferencedTables(Collection<String> referencedTables)The tables referenced in the analysis schema.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
referencedTables
AnalysisSchema.Builder referencedTables(Collection<String> referencedTables)
The tables referenced in the analysis schema.
- Parameters:
referencedTables- The tables referenced in the analysis schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referencedTables
AnalysisSchema.Builder referencedTables(String... referencedTables)
The tables referenced in the analysis schema.
- Parameters:
referencedTables- The tables referenced in the analysis schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-