Uses of Interface
software.amazon.awssdk.services.honeycode.model.DestinationOptions.Builder
-
Packages that use DestinationOptions.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of DestinationOptions.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return DestinationOptions.Builder Modifier and Type Method Description static DestinationOptions.BuilderDestinationOptions. builder()DestinationOptions.BuilderDestinationOptions.Builder. columnMap(Map<String,SourceDataColumnProperties> columnMap)A map of the column id to the import properties for each column.DestinationOptions.BuilderDestinationOptions. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type DestinationOptions.Builder Modifier and Type Method Description static Class<? extends DestinationOptions.Builder>DestinationOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type DestinationOptions.Builder Modifier and Type Method Description default ImportOptions.BuilderImportOptions.Builder. destinationOptions(Consumer<DestinationOptions.Builder> destinationOptions)Options relating to the destination of the import request.
-