Uses of Interface
software.amazon.awssdk.services.databrew.model.AllowedStatistics.Builder
-
Packages that use AllowedStatistics.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of AllowedStatistics.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return AllowedStatistics.Builder Modifier and Type Method Description static AllowedStatistics.BuilderAllowedStatistics. builder()AllowedStatistics.BuilderAllowedStatistics.Builder. statistics(String... statistics)One or more column statistics to allow for columns that contain detected entities.AllowedStatistics.BuilderAllowedStatistics.Builder. statistics(Collection<String> statistics)One or more column statistics to allow for columns that contain detected entities.AllowedStatistics.BuilderAllowedStatistics. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type AllowedStatistics.Builder Modifier and Type Method Description static Class<? extends AllowedStatistics.Builder>AllowedStatistics. serializableBuilderClass()
-