Interface AnalysisSchema.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalysisSchema.Builder,
,AnalysisSchema> SdkBuilder<AnalysisSchema.Builder,
,AnalysisSchema> SdkPojo
- Enclosing class:
AnalysisSchema
@Mutable
@NotThreadSafe
public static interface AnalysisSchema.Builder
extends SdkPojo, CopyableBuilder<AnalysisSchema.Builder,AnalysisSchema>
-
Method Summary
Modifier and TypeMethodDescriptionreferencedTables
(String... referencedTables) The tables referenced in the analysis schema.referencedTables
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-