Interface UsageCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UsageCriteria.Builder,
,UsageCriteria> SdkBuilder<UsageCriteria.Builder,
,UsageCriteria> SdkPojo
- Enclosing class:
UsageCriteria
public static interface UsageCriteria.Builder
extends SdkPojo, CopyableBuilder<UsageCriteria.Builder,UsageCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds
(String... accountIds) The account IDs to aggregate usage statistics from.accountIds
(Collection<String> accountIds) The account IDs to aggregate usage statistics from.dataSources
(Collection<DataSource> dataSources) Deprecated.This parameter is deprecated, use Features insteaddataSources
(DataSource... dataSources) Deprecated.This parameter is deprecated, use Features insteaddataSourcesWithStrings
(String... dataSources) Deprecated.This parameter is deprecated, use Features insteaddataSourcesWithStrings
(Collection<String> dataSources) Deprecated.This parameter is deprecated, use Features insteadfeatures
(Collection<UsageFeature> features) The features to aggregate usage statistics from.features
(UsageFeature... features) The features to aggregate usage statistics from.featuresWithStrings
(String... features) The features to aggregate usage statistics from.featuresWithStrings
(Collection<String> features) The features to aggregate usage statistics from.The resources to aggregate usage statistics from.resources
(Collection<String> resources) The resources to aggregate usage statistics from.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accountIds
The account IDs to aggregate usage statistics from.
- Parameters:
accountIds
- The account IDs to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
The account IDs to aggregate usage statistics from.
- Parameters:
accountIds
- The account IDs to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourcesWithStrings
Deprecated.This parameter is deprecated, use Features insteadThe data sources to aggregate usage statistics from.
- Parameters:
dataSources
- The data sources to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourcesWithStrings
Deprecated.This parameter is deprecated, use Features insteadThe data sources to aggregate usage statistics from.
- Parameters:
dataSources
- The data sources to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
Deprecated.This parameter is deprecated, use Features insteadThe data sources to aggregate usage statistics from.
- Parameters:
dataSources
- The data sources to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
Deprecated.This parameter is deprecated, use Features insteadThe data sources to aggregate usage statistics from.
- Parameters:
dataSources
- The data sources to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
The resources to aggregate usage statistics from. Only accepts exact resource names.
- Parameters:
resources
- The resources to aggregate usage statistics from. Only accepts exact resource names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
The resources to aggregate usage statistics from. Only accepts exact resource names.
- Parameters:
resources
- The resources to aggregate usage statistics from. Only accepts exact resource names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featuresWithStrings
The features to aggregate usage statistics from.
- Parameters:
features
- The features to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featuresWithStrings
The features to aggregate usage statistics from.
- Parameters:
features
- The features to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
The features to aggregate usage statistics from.
- Parameters:
features
- The features to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
The features to aggregate usage statistics from.
- Parameters:
features
- The features to aggregate usage statistics from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-