Uses of Interface
software.amazon.awssdk.services.forecast.model.FeaturizationMethod.Builder
-
Packages that use FeaturizationMethod.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of FeaturizationMethod.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return FeaturizationMethod.Builder Modifier and Type Method Description static FeaturizationMethod.BuilderFeaturizationMethod. builder()FeaturizationMethod.BuilderFeaturizationMethod.Builder. featurizationMethodName(String featurizationMethodName)The name of the method.FeaturizationMethod.BuilderFeaturizationMethod.Builder. featurizationMethodName(FeaturizationMethodName featurizationMethodName)The name of the method.FeaturizationMethod.BuilderFeaturizationMethod.Builder. featurizationMethodParameters(Map<String,String> featurizationMethodParameters)The method parameters (key-value pairs), which are a map of override parameters.FeaturizationMethod.BuilderFeaturizationMethod. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type FeaturizationMethod.Builder Modifier and Type Method Description static Class<? extends FeaturizationMethod.Builder>FeaturizationMethod. serializableBuilderClass()
-