Uses of Interface
software.amazon.awssdk.services.honeycode.model.CreateRowData.Builder
-
Packages that use CreateRowData.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of CreateRowData.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return CreateRowData.Builder Modifier and Type Method Description CreateRowData.BuilderCreateRowData.Builder. batchItemId(String batchItemId)An external identifier that represents the single row that is being created as part of the BatchCreateTableRows request.static CreateRowData.BuilderCreateRowData. builder()CreateRowData.BuilderCreateRowData.Builder. cellsToCreate(Map<String,CellInput> cellsToCreate)A map representing the cells to create in the new row.CreateRowData.BuilderCreateRowData. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type CreateRowData.Builder Modifier and Type Method Description static Class<? extends CreateRowData.Builder>CreateRowData. serializableBuilderClass()
-