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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UsageCriteria.BuilderaccountIds(String... accountIds)The account IDs to aggregate usage statistics from.UsageCriteria.BuilderaccountIds(Collection<String> accountIds)The account IDs to aggregate usage statistics from.UsageCriteria.BuilderdataSources(Collection<DataSource> dataSources)Deprecated.This parameter is deprecated, use Features insteadUsageCriteria.BuilderdataSources(DataSource... dataSources)Deprecated.This parameter is deprecated, use Features insteadUsageCriteria.BuilderdataSourcesWithStrings(String... dataSources)Deprecated.This parameter is deprecated, use Features insteadUsageCriteria.BuilderdataSourcesWithStrings(Collection<String> dataSources)Deprecated.This parameter is deprecated, use Features insteadUsageCriteria.Builderfeatures(Collection<UsageFeature> features)The features to aggregate usage statistics from.UsageCriteria.Builderfeatures(UsageFeature... features)The features to aggregate usage statistics from.UsageCriteria.BuilderfeaturesWithStrings(String... features)The features to aggregate usage statistics from.UsageCriteria.BuilderfeaturesWithStrings(Collection<String> features)The features to aggregate usage statistics from.UsageCriteria.Builderresources(String... resources)The resources to aggregate usage statistics from.UsageCriteria.Builderresources(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 Detail
-
accountIds
UsageCriteria.Builder accountIds(Collection<String> 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
UsageCriteria.Builder accountIds(String... 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 UsageCriteria.Builder dataSourcesWithStrings(Collection<String> 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.
-
dataSourcesWithStrings
@Deprecated UsageCriteria.Builder dataSourcesWithStrings(String... 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 UsageCriteria.Builder dataSources(Collection<DataSource> 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 UsageCriteria.Builder dataSources(DataSource... 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
UsageCriteria.Builder resources(Collection<String> 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
UsageCriteria.Builder resources(String... 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
UsageCriteria.Builder featuresWithStrings(Collection<String> 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.
-
featuresWithStrings
UsageCriteria.Builder featuresWithStrings(String... 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
UsageCriteria.Builder features(Collection<UsageFeature> 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
UsageCriteria.Builder features(UsageFeature... 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.
-
-