Interface SemanticModelConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SemanticModelConfiguration.Builder,,SemanticModelConfiguration> SdkBuilder<SemanticModelConfiguration.Builder,,SemanticModelConfiguration> SdkPojo
- Enclosing class:
SemanticModelConfiguration
@Mutable
@NotThreadSafe
public static interface SemanticModelConfiguration.Builder
extends SdkPojo, CopyableBuilder<SemanticModelConfiguration.Builder,SemanticModelConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiontableMap(Map<String, SemanticTable> tableMap) A map of semantic tables that define the analytical structure.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
-
tableMap
A map of semantic tables that define the analytical structure.
- Parameters:
tableMap- A map of semantic tables that define the analytical structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-