public static interface Filters.Builder extends SdkPojo, CopyableBuilder<Filters.Builder,Filters>
| Modifier and Type | Method and Description |
|---|---|
Filters.Builder |
channels(Channel... channels)
The channel to use to filter the metrics.
|
Filters.Builder |
channels(Collection<Channel> channels)
The channel to use to filter the metrics.
|
Filters.Builder |
channelsWithStrings(Collection<String> channels)
The channel to use to filter the metrics.
|
Filters.Builder |
channelsWithStrings(String... channels)
The channel to use to filter the metrics.
|
Filters.Builder |
queues(Collection<String> queues)
The queues to use to filter the metrics.
|
Filters.Builder |
queues(String... queues)
The queues to use to filter the metrics.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilters.Builder queues(Collection<String> queues)
The queues to use to filter the metrics. You should specify at least one queue, and can specify up to 100
queues per request. The GetCurrentMetricsData API in particular requires a queue when you
include a Filter in your request.
queues - The queues to use to filter the metrics. You should specify at least one queue, and can specify up to
100 queues per request. The GetCurrentMetricsData API in particular requires a queue when
you include a Filter in your request.Filters.Builder queues(String... queues)
The queues to use to filter the metrics. You should specify at least one queue, and can specify up to 100
queues per request. The GetCurrentMetricsData API in particular requires a queue when you
include a Filter in your request.
queues - The queues to use to filter the metrics. You should specify at least one queue, and can specify up to
100 queues per request. The GetCurrentMetricsData API in particular requires a queue when
you include a Filter in your request.Filters.Builder channelsWithStrings(Collection<String> channels)
The channel to use to filter the metrics.
channels - The channel to use to filter the metrics.Filters.Builder channelsWithStrings(String... channels)
The channel to use to filter the metrics.
channels - The channel to use to filter the metrics.Filters.Builder channels(Collection<Channel> channels)
The channel to use to filter the metrics.
channels - The channel to use to filter the metrics.Filters.Builder channels(Channel... channels)
The channel to use to filter the metrics.
channels - The channel to use to filter the metrics.Copyright © 2022. All rights reserved.