public static interface TimeSeriesTransformation.Builder extends SdkPojo, CopyableBuilder<TimeSeriesTransformation.Builder,TimeSeriesTransformation>
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesTransformation.Builder |
action(Action action)
An array of actions that define a time series and how it is transformed.
|
default TimeSeriesTransformation.Builder |
action(Consumer<Action.Builder> action)
An array of actions that define a time series and how it is transformed.
|
TimeSeriesTransformation.Builder |
timeSeriesConditions(Collection<TimeSeriesCondition> timeSeriesConditions)
An array of conditions that define which members of the related time series are transformed.
|
TimeSeriesTransformation.Builder |
timeSeriesConditions(Consumer<TimeSeriesCondition.Builder>... timeSeriesConditions)
An array of conditions that define which members of the related time series are transformed.
|
TimeSeriesTransformation.Builder |
timeSeriesConditions(TimeSeriesCondition... timeSeriesConditions)
An array of conditions that define which members of the related time series are transformed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeSeriesTransformation.Builder action(Action action)
An array of actions that define a time series and how it is transformed. These transformations create a new time series that is used for the what-if analysis.
action - An array of actions that define a time series and how it is transformed. These transformations create
a new time series that is used for the what-if analysis.default TimeSeriesTransformation.Builder action(Consumer<Action.Builder> action)
An array of actions that define a time series and how it is transformed. These transformations create a new time series that is used for the what-if analysis.
This is a convenience method that creates an instance of theAction.Builder avoiding the need to
create one manually via Action.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to action(Action).
action - a consumer that will call methods on Action.Builderaction(Action)TimeSeriesTransformation.Builder timeSeriesConditions(Collection<TimeSeriesCondition> timeSeriesConditions)
An array of conditions that define which members of the related time series are transformed.
timeSeriesConditions - An array of conditions that define which members of the related time series are transformed.TimeSeriesTransformation.Builder timeSeriesConditions(TimeSeriesCondition... timeSeriesConditions)
An array of conditions that define which members of the related time series are transformed.
timeSeriesConditions - An array of conditions that define which members of the related time series are transformed.TimeSeriesTransformation.Builder timeSeriesConditions(Consumer<TimeSeriesCondition.Builder>... timeSeriesConditions)
An array of conditions that define which members of the related time series are transformed.
This is a convenience method that creates an instance of theTimeSeriesCondition.Builder avoiding the need to
create one manually via TimeSeriesCondition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #timeSeriesConditions(List.
timeSeriesConditions - a consumer that will call methods on
TimeSeriesCondition.Builder#timeSeriesConditions(java.util.Collection) Copyright © 2023. All rights reserved.