| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.attributeName(String attributeName)
The related time series that you are modifying.
|
static Action.Builder |
Action.builder() |
Action.Builder |
Action.Builder.operation(Operation operation)
The operation that is applied to the provided attribute.
|
Action.Builder |
Action.Builder.operation(String operation)
The operation that is applied to the provided attribute.
|
Action.Builder |
Action.toBuilder() |
Action.Builder |
Action.Builder.value(Double value)
The value that is applied for the chosen
Operation. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Action.Builder> |
Action.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TimeSeriesTransformation.Builder |
TimeSeriesTransformation.Builder.action(Consumer<Action.Builder> action)
An array of actions that define a time series and how it is transformed.
|
Copyright © 2023. All rights reserved.