public static interface AnalysisSchema.Builder extends SdkPojo, CopyableBuilder<AnalysisSchema.Builder,AnalysisSchema>
| Modifier and Type | Method and Description |
|---|---|
AnalysisSchema.Builder |
referencedTables(Collection<String> referencedTables)
The tables referenced in the analysis schema.
|
AnalysisSchema.Builder |
referencedTables(String... referencedTables)
The tables referenced in the analysis schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisSchema.Builder referencedTables(Collection<String> referencedTables)
The tables referenced in the analysis schema.
referencedTables - The tables referenced in the analysis schema.AnalysisSchema.Builder referencedTables(String... referencedTables)
The tables referenced in the analysis schema.
referencedTables - The tables referenced in the analysis schema.Copyright © 2023. All rights reserved.