Uses of Interface
software.amazon.awssdk.services.forecast.model.SupplementaryFeature.Builder
-
Packages that use SupplementaryFeature.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of SupplementaryFeature.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return SupplementaryFeature.Builder Modifier and Type Method Description static SupplementaryFeature.BuilderSupplementaryFeature. builder()SupplementaryFeature.BuilderSupplementaryFeature.Builder. name(String name)The name of the feature.SupplementaryFeature.BuilderSupplementaryFeature. toBuilder()SupplementaryFeature.BuilderSupplementaryFeature.Builder. value(String value)Weather IndexMethods in software.amazon.awssdk.services.forecast.model that return types with arguments of type SupplementaryFeature.Builder Modifier and Type Method Description static Class<? extends SupplementaryFeature.Builder>SupplementaryFeature. serializableBuilderClass()
-