Interface CreateDataAttributeRequest.DataTypeStage
-
- All Known Implementing Classes:
CreateDataAttributeRequest.Builder
- Enclosing class:
- CreateDataAttributeRequest
public static interface CreateDataAttributeRequest.DataTypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDataAttributeRequest._FinalStagedataType(CreateDataAttributeRequest.DataType dataType)The type of data stored for this attribute.
-
-
-
Method Detail
-
dataType
CreateDataAttributeRequest._FinalStage dataType(@NotNull CreateDataAttributeRequest.DataType dataType)
The type of data stored for this attribute.
-
-