Uses of Interface
software.amazon.awssdk.services.forecast.model.Action.Builder
-
Packages that use Action.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of Action.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return Action.Builder Modifier and Type Method Description Action.BuilderAction.Builder. attributeName(String attributeName)The related time series that you are modifying.static Action.BuilderAction. builder()Action.BuilderAction.Builder. operation(String operation)The operation that is applied to the provided attribute.Action.BuilderAction.Builder. operation(Operation operation)The operation that is applied to the provided attribute.Action.BuilderAction. toBuilder()Action.BuilderAction.Builder. value(Double value)The value that is applied for the chosenOperation.Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type Action.Builder Modifier and Type Method Description static Class<? extends Action.Builder>Action. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type Action.Builder Modifier and Type Method Description default TimeSeriesTransformation.BuilderTimeSeriesTransformation.Builder. action(Consumer<Action.Builder> action)An array of actions that define a time series and how it is transformed.
-