public static interface ListMetricStreamsRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<ListMetricStreamsRequest.Builder,ListMetricStreamsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMetricStreamsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListMetricStreamsRequest.Builder |
nextToken(String nextToken)
Include this value, if it was returned by the previous call, to get the next set of metric streams.
|
ListMetricStreamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMetricStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMetricStreamsRequest.Builder nextToken(String nextToken)
Include this value, if it was returned by the previous call, to get the next set of metric streams.
nextToken - Include this value, if it was returned by the previous call, to get the next set of metric streams.ListMetricStreamsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in one operation.
maxResults - The maximum number of results to return in one operation.ListMetricStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMetricStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.