public static interface ListMetricSetsResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<ListMetricSetsResponse.Builder,ListMetricSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMetricSetsResponse.Builder |
metricSetSummaryList(Collection<MetricSetSummary> metricSetSummaryList)
A list of the datasets in the AWS Region, with configuration details for each.
|
ListMetricSetsResponse.Builder |
metricSetSummaryList(Consumer<MetricSetSummary.Builder>... metricSetSummaryList)
A list of the datasets in the AWS Region, with configuration details for each.
|
ListMetricSetsResponse.Builder |
metricSetSummaryList(MetricSetSummary... metricSetSummaryList)
A list of the datasets in the AWS Region, with configuration details for each.
|
ListMetricSetsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, the list call returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMetricSetsResponse.Builder metricSetSummaryList(Collection<MetricSetSummary> metricSetSummaryList)
A list of the datasets in the AWS Region, with configuration details for each.
metricSetSummaryList - A list of the datasets in the AWS Region, with configuration details for each.ListMetricSetsResponse.Builder metricSetSummaryList(MetricSetSummary... metricSetSummaryList)
A list of the datasets in the AWS Region, with configuration details for each.
metricSetSummaryList - A list of the datasets in the AWS Region, with configuration details for each.ListMetricSetsResponse.Builder metricSetSummaryList(Consumer<MetricSetSummary.Builder>... metricSetSummaryList)
A list of the datasets in the AWS Region, with configuration details for each.
This is a convenience method that creates an instance of theMetricSetSummary.Builder avoiding the need to
create one manually via
MetricSetSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #metricSetSummaryList(List.
metricSetSummaryList - a consumer that will call methods on
MetricSetSummary.Builder#metricSetSummaryList(java.util.Collection) ListMetricSetsResponse.Builder nextToken(String nextToken)
If the response is truncated, the list call returns this token. To retrieve the next set of results, use the token in the next list request.
nextToken - If the response is truncated, the list call returns this token. To retrieve the next set of results,
use the token in the next list request.Copyright © 2023. All rights reserved.