public static interface UsageStatisticsFilter.Builder extends SdkPojo, CopyableBuilder<UsageStatisticsFilter.Builder,UsageStatisticsFilter>
| Modifier and Type | Method and Description |
|---|---|
UsageStatisticsFilter.Builder |
comparator(String comparator)
The operator to use in the condition.
|
UsageStatisticsFilter.Builder |
comparator(UsageStatisticsFilterComparator comparator)
The operator to use in the condition.
|
UsageStatisticsFilter.Builder |
key(String key)
The field to use in the condition.
|
UsageStatisticsFilter.Builder |
key(UsageStatisticsFilterKey key)
The field to use in the condition.
|
UsageStatisticsFilter.Builder |
values(Collection<String> values)
An array that lists values to use in the condition, based on the value for the field specified by the key
property.
|
UsageStatisticsFilter.Builder |
values(String... values)
An array that lists values to use in the condition, based on the value for the field specified by the key
property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUsageStatisticsFilter.Builder comparator(String comparator)
The operator to use in the condition. If the value for the key property is accountId, this value must be CONTAINS. If the value for the key property is any other supported field, this value can be EQ, GT, GTE, LT, LTE, or NE.
comparator - The operator to use in the condition. If the value for the key property is accountId, this value must
be CONTAINS. If the value for the key property is any other supported field, this value can be EQ, GT,
GTE, LT, LTE, or NE.UsageStatisticsFilterComparator,
UsageStatisticsFilterComparatorUsageStatisticsFilter.Builder comparator(UsageStatisticsFilterComparator comparator)
The operator to use in the condition. If the value for the key property is accountId, this value must be CONTAINS. If the value for the key property is any other supported field, this value can be EQ, GT, GTE, LT, LTE, or NE.
comparator - The operator to use in the condition. If the value for the key property is accountId, this value must
be CONTAINS. If the value for the key property is any other supported field, this value can be EQ, GT,
GTE, LT, LTE, or NE.UsageStatisticsFilterComparator,
UsageStatisticsFilterComparatorUsageStatisticsFilter.Builder key(String key)
The field to use in the condition.
key - The field to use in the condition.UsageStatisticsFilterKey,
UsageStatisticsFilterKeyUsageStatisticsFilter.Builder key(UsageStatisticsFilterKey key)
The field to use in the condition.
key - The field to use in the condition.UsageStatisticsFilterKey,
UsageStatisticsFilterKeyUsageStatisticsFilter.Builder values(Collection<String> values)
An array that lists values to use in the condition, based on the value for the field specified by the key property. If the value for the key property is accountId, this array can specify multiple values. Otherwise, this array can specify only one value.
Valid values for each supported field are:
accountId - The unique identifier for an Amazon Web Services account.
freeTrialStartDate - The date and time, in UTC and extended ISO 8601 format, when the free trial started for an account.
serviceLimit - A Boolean (true or false) value that indicates whether an account has reached its monthly quota.
total - A string that represents the current estimated cost for an account.
values - An array that lists values to use in the condition, based on the value for the field specified by the
key property. If the value for the key property is accountId, this array can specify multiple values.
Otherwise, this array can specify only one value.
Valid values for each supported field are:
accountId - The unique identifier for an Amazon Web Services account.
freeTrialStartDate - The date and time, in UTC and extended ISO 8601 format, when the free trial started for an account.
serviceLimit - A Boolean (true or false) value that indicates whether an account has reached its monthly quota.
total - A string that represents the current estimated cost for an account.
UsageStatisticsFilter.Builder values(String... values)
An array that lists values to use in the condition, based on the value for the field specified by the key property. If the value for the key property is accountId, this array can specify multiple values. Otherwise, this array can specify only one value.
Valid values for each supported field are:
accountId - The unique identifier for an Amazon Web Services account.
freeTrialStartDate - The date and time, in UTC and extended ISO 8601 format, when the free trial started for an account.
serviceLimit - A Boolean (true or false) value that indicates whether an account has reached its monthly quota.
total - A string that represents the current estimated cost for an account.
values - An array that lists values to use in the condition, based on the value for the field specified by the
key property. If the value for the key property is accountId, this array can specify multiple values.
Otherwise, this array can specify only one value.
Valid values for each supported field are:
accountId - The unique identifier for an Amazon Web Services account.
freeTrialStartDate - The date and time, in UTC and extended ISO 8601 format, when the free trial started for an account.
serviceLimit - A Boolean (true or false) value that indicates whether an account has reached its monthly quota.
total - A string that represents the current estimated cost for an account.
Copyright © 2021. All rights reserved.