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 as a filter for the metrics returned.
|
Filters.Builder |
channels(Collection<Channel> channels)
The Channel to use as a filter for the metrics returned.
|
Filters.Builder |
channelsWithStrings(Collection<String> channels)
The Channel to use as a filter for the metrics returned.
|
Filters.Builder |
channelsWithStrings(String... channels)
The Channel to use as a filter for the metrics returned.
|
Filters.Builder |
queues(Collection<String> queues)
A list of up to 100 queue IDs or queue ARNs to use to filter the metrics retrieved.
|
Filters.Builder |
queues(String... queues)
A list of up to 100 queue IDs or queue ARNs to use to filter the metrics retrieved.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilters.Builder queues(Collection<String> queues)
A list of up to 100 queue IDs or queue ARNs to use to filter the metrics retrieved. You can include both IDs and ARNs in a request.
queues - A list of up to 100 queue IDs or queue ARNs to use to filter the metrics retrieved. You can include
both IDs and ARNs in a request.Filters.Builder queues(String... queues)
A list of up to 100 queue IDs or queue ARNs to use to filter the metrics retrieved. You can include both IDs and ARNs in a request.
queues - A list of up to 100 queue IDs or queue ARNs to use to filter the metrics retrieved. You can include
both IDs and ARNs in a request.Filters.Builder channelsWithStrings(Collection<String> channels)
The Channel to use as a filter for the metrics returned. Only VOICE is supported.
channels - The Channel to use as a filter for the metrics returned. Only VOICE is supported.Filters.Builder channelsWithStrings(String... channels)
The Channel to use as a filter for the metrics returned. Only VOICE is supported.
channels - The Channel to use as a filter for the metrics returned. Only VOICE is supported.Filters.Builder channels(Collection<Channel> channels)
The Channel to use as a filter for the metrics returned. Only VOICE is supported.
channels - The Channel to use as a filter for the metrics returned. Only VOICE is supported.Filters.Builder channels(Channel... channels)
The Channel to use as a filter for the metrics returned. Only VOICE is supported.
channels - The Channel to use as a filter for the metrics returned. Only VOICE is supported.Copyright © 2019. All rights reserved.