Interface CreateDataAttributeRequest.ModelStage
-
- All Known Implementing Classes:
CreateDataAttributeRequest.Builder
- Enclosing class:
- CreateDataAttributeRequest
public static interface CreateDataAttributeRequest.ModelStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDataAttributeRequest.DataTypeStagemodel(CreateDataAttributeRequest.Model model)The model that the data attribute belongs to.
-
-
-
Method Detail
-
model
CreateDataAttributeRequest.DataTypeStage model(@NotNull CreateDataAttributeRequest.Model model)
The model that the data attribute belongs to.
-
-