public static interface UsageCriteria.Builder extends SdkPojo, CopyableBuilder<UsageCriteria.Builder,UsageCriteria>
| Modifier and Type | Method and Description |
|---|---|
UsageCriteria.Builder |
accountIds(Collection<String> accountIds)
The account IDs to aggregate usage statistics from.
|
UsageCriteria.Builder |
accountIds(String... accountIds)
The account IDs to aggregate usage statistics from.
|
UsageCriteria.Builder |
dataSources(Collection<DataSource> dataSources)
The data sources to aggregate usage statistics from.
|
UsageCriteria.Builder |
dataSources(DataSource... dataSources)
The data sources to aggregate usage statistics from.
|
UsageCriteria.Builder |
dataSourcesWithStrings(Collection<String> dataSources)
The data sources to aggregate usage statistics from.
|
UsageCriteria.Builder |
dataSourcesWithStrings(String... dataSources)
The data sources to aggregate usage statistics from.
|
UsageCriteria.Builder |
resources(Collection<String> resources)
The resources to aggregate usage statistics from.
|
UsageCriteria.Builder |
resources(String... resources)
The resources to aggregate usage statistics from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUsageCriteria.Builder accountIds(Collection<String> accountIds)
The account IDs to aggregate usage statistics from.
accountIds - The account IDs to aggregate usage statistics from.UsageCriteria.Builder accountIds(String... accountIds)
The account IDs to aggregate usage statistics from.
accountIds - The account IDs to aggregate usage statistics from.UsageCriteria.Builder dataSourcesWithStrings(Collection<String> dataSources)
The data sources to aggregate usage statistics from.
dataSources - The data sources to aggregate usage statistics from.UsageCriteria.Builder dataSourcesWithStrings(String... dataSources)
The data sources to aggregate usage statistics from.
dataSources - The data sources to aggregate usage statistics from.UsageCriteria.Builder dataSources(Collection<DataSource> dataSources)
The data sources to aggregate usage statistics from.
dataSources - The data sources to aggregate usage statistics from.UsageCriteria.Builder dataSources(DataSource... dataSources)
The data sources to aggregate usage statistics from.
dataSources - The data sources to aggregate usage statistics from.UsageCriteria.Builder resources(Collection<String> resources)
The resources to aggregate usage statistics from. Only accepts exact resource names.
resources - The resources to aggregate usage statistics from. Only accepts exact resource names.UsageCriteria.Builder resources(String... resources)
The resources to aggregate usage statistics from. Only accepts exact resource names.
resources - The resources to aggregate usage statistics from. Only accepts exact resource names.Copyright © 2022. All rights reserved.