public static interface ListMetricStreamsResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<ListMetricStreamsResponse.Builder,ListMetricStreamsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMetricStreamsResponse.Builder |
entries(Collection<MetricStreamEntry> entries)
The array of metric stream information.
|
ListMetricStreamsResponse.Builder |
entries(Consumer<MetricStreamEntry.Builder>... entries)
The array of metric stream information.
|
ListMetricStreamsResponse.Builder |
entries(MetricStreamEntry... entries)
The array of metric stream information.
|
ListMetricStreamsResponse.Builder |
nextToken(String nextToken)
The token that marks the start of the next batch of returned results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMetricStreamsResponse.Builder nextToken(String nextToken)
The token that marks the start of the next batch of returned results. You can use this token in a subsequent operation to get the next batch of results.
nextToken - The token that marks the start of the next batch of returned results. You can use this token in a
subsequent operation to get the next batch of results.ListMetricStreamsResponse.Builder entries(Collection<MetricStreamEntry> entries)
The array of metric stream information.
entries - The array of metric stream information.ListMetricStreamsResponse.Builder entries(MetricStreamEntry... entries)
The array of metric stream information.
entries - The array of metric stream information.ListMetricStreamsResponse.Builder entries(Consumer<MetricStreamEntry.Builder>... entries)
The array of metric stream information.
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 #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) Copyright © 2021. All rights reserved.