| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static SemanticType.Builder |
SemanticType.builder() |
SemanticType.Builder |
SemanticType.Builder.falseyCellValue(String falseyCellValue)
The semantic type falsey cell value.
|
SemanticType.Builder |
SemanticType.Builder.falseyCellValueSynonyms(Collection<String> falseyCellValueSynonyms)
The other names or aliases for the false cell value.
|
SemanticType.Builder |
SemanticType.Builder.falseyCellValueSynonyms(String... falseyCellValueSynonyms)
The other names or aliases for the false cell value.
|
SemanticType.Builder |
SemanticType.Builder.subTypeName(String subTypeName)
The semantic type sub type name.
|
SemanticType.Builder |
SemanticType.toBuilder() |
SemanticType.Builder |
SemanticType.Builder.truthyCellValue(String truthyCellValue)
The semantic type truthy cell value.
|
SemanticType.Builder |
SemanticType.Builder.truthyCellValueSynonyms(Collection<String> truthyCellValueSynonyms)
The other names or aliases for the true cell value.
|
SemanticType.Builder |
SemanticType.Builder.truthyCellValueSynonyms(String... truthyCellValueSynonyms)
The other names or aliases for the true cell value.
|
SemanticType.Builder |
SemanticType.Builder.typeName(String typeName)
The semantic type name.
|
SemanticType.Builder |
SemanticType.Builder.typeParameters(Map<String,String> typeParameters)
The semantic type parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SemanticType.Builder> |
SemanticType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TopicCalculatedField.Builder |
TopicCalculatedField.Builder.semanticType(Consumer<SemanticType.Builder> semanticType)
The semantic type.
|
default TopicColumn.Builder |
TopicColumn.Builder.semanticType(Consumer<SemanticType.Builder> semanticType)
The semantic type of data contained in the column.
|
Copyright © 2023. All rights reserved.