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 can specify up to 100 queues per request.
queues - The queues to use to filter the metrics. You can specify up to 100 queues per request.Filters.Builder queues(String... queues)
The queues to use to filter the metrics. You can specify up to 100 queues per request.
queues - The queues to use to filter the metrics. You can specify up to 100 queues per 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 © 2021. All rights reserved.