public static interface GetScalingPlanResourceForecastDataResponse.Builder extends AutoScalingPlansResponse.Builder, SdkPojo, CopyableBuilder<GetScalingPlanResourceForecastDataResponse.Builder,GetScalingPlanResourceForecastDataResponse>
| Modifier and Type | Method and Description |
|---|---|
GetScalingPlanResourceForecastDataResponse.Builder |
datapoints(Collection<Datapoint> datapoints)
The data points to return.
|
GetScalingPlanResourceForecastDataResponse.Builder |
datapoints(Consumer<Datapoint.Builder>... datapoints)
The data points to return.
|
GetScalingPlanResourceForecastDataResponse.Builder |
datapoints(Datapoint... datapoints)
The data points to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetScalingPlanResourceForecastDataResponse.Builder datapoints(Collection<Datapoint> datapoints)
The data points to return.
datapoints - The data points to return.GetScalingPlanResourceForecastDataResponse.Builder datapoints(Datapoint... datapoints)
The data points to return.
datapoints - The data points to return.GetScalingPlanResourceForecastDataResponse.Builder datapoints(Consumer<Datapoint.Builder>... datapoints)
The data points to return.
This is a convenience method that creates an instance of theDatapoint.Builder avoiding the need to create
one manually via Datapoint.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #datapoints(List.
datapoints - a consumer that will call methods on
Datapoint.Builder#datapoints(java.util.Collection) Copyright © 2023. All rights reserved.