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, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #datapoints(List) .datapoints - a consumer that will call methods on List.Builder #datapoints(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.