Interface SemanticType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SemanticType.Builder,SemanticType>,SdkBuilder<SemanticType.Builder,SemanticType>,SdkPojo
- Enclosing class:
- SemanticType
@Mutable @NotThreadSafe public static interface SemanticType.Builder extends SdkPojo, CopyableBuilder<SemanticType.Builder,SemanticType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SemanticType.BuilderfalseyCellValue(String falseyCellValue)The semantic type falsey cell value.SemanticType.BuilderfalseyCellValueSynonyms(String... falseyCellValueSynonyms)The other names or aliases for the false cell value.SemanticType.BuilderfalseyCellValueSynonyms(Collection<String> falseyCellValueSynonyms)The other names or aliases for the false cell value.SemanticType.BuildersubTypeName(String subTypeName)The semantic type sub type name.SemanticType.BuildertruthyCellValue(String truthyCellValue)The semantic type truthy cell value.SemanticType.BuildertruthyCellValueSynonyms(String... truthyCellValueSynonyms)The other names or aliases for the true cell value.SemanticType.BuildertruthyCellValueSynonyms(Collection<String> truthyCellValueSynonyms)The other names or aliases for the true cell value.SemanticType.BuildertypeName(String typeName)The semantic type name.SemanticType.BuildertypeParameters(Map<String,String> typeParameters)The semantic type parameters.-
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 Detail
-
typeName
SemanticType.Builder typeName(String typeName)
The semantic type name.
- Parameters:
typeName- The semantic type name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subTypeName
SemanticType.Builder subTypeName(String subTypeName)
The semantic type sub type name.
- Parameters:
subTypeName- The semantic type sub type name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeParameters
SemanticType.Builder typeParameters(Map<String,String> typeParameters)
The semantic type parameters.
- Parameters:
typeParameters- The semantic type parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
truthyCellValue
SemanticType.Builder truthyCellValue(String truthyCellValue)
The semantic type truthy cell value.
- Parameters:
truthyCellValue- The semantic type truthy cell value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
truthyCellValueSynonyms
SemanticType.Builder truthyCellValueSynonyms(Collection<String> truthyCellValueSynonyms)
The other names or aliases for the true cell value.
- Parameters:
truthyCellValueSynonyms- The other names or aliases for the true cell value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
truthyCellValueSynonyms
SemanticType.Builder truthyCellValueSynonyms(String... truthyCellValueSynonyms)
The other names or aliases for the true cell value.
- Parameters:
truthyCellValueSynonyms- The other names or aliases for the true cell value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
falseyCellValue
SemanticType.Builder falseyCellValue(String falseyCellValue)
The semantic type falsey cell value.
- Parameters:
falseyCellValue- The semantic type falsey cell value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
falseyCellValueSynonyms
SemanticType.Builder falseyCellValueSynonyms(Collection<String> falseyCellValueSynonyms)
The other names or aliases for the false cell value.
- Parameters:
falseyCellValueSynonyms- The other names or aliases for the false cell value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
falseyCellValueSynonyms
SemanticType.Builder falseyCellValueSynonyms(String... falseyCellValueSynonyms)
The other names or aliases for the false cell value.
- Parameters:
falseyCellValueSynonyms- The other names or aliases for the false cell value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-