public static interface LineItemFilter.Builder extends SdkPojo, CopyableBuilder<LineItemFilter.Builder,LineItemFilter>
| Modifier and Type | Method and Description |
|---|---|
LineItemFilter.Builder |
attribute(LineItemFilterAttributeName attribute)
The attribute of the line item filter.
|
LineItemFilter.Builder |
attribute(String attribute)
The attribute of the line item filter.
|
LineItemFilter.Builder |
matchOption(MatchOption matchOption)
The match criteria of the line item filter.
|
LineItemFilter.Builder |
matchOption(String matchOption)
The match criteria of the line item filter.
|
LineItemFilter.Builder |
values(Collection<LineItemFilterValue> values)
The values of the line item filter.
|
LineItemFilter.Builder |
values(LineItemFilterValue... values)
The values of the line item filter.
|
LineItemFilter.Builder |
valuesWithStrings(Collection<String> values)
The values of the line item filter.
|
LineItemFilter.Builder |
valuesWithStrings(String... values)
The values of the line item filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineItemFilter.Builder attribute(String attribute)
The attribute of the line item filter. This specifies what attribute that you can filter on.
attribute - The attribute of the line item filter. This specifies what attribute that you can filter on.LineItemFilterAttributeName,
LineItemFilterAttributeNameLineItemFilter.Builder attribute(LineItemFilterAttributeName attribute)
The attribute of the line item filter. This specifies what attribute that you can filter on.
attribute - The attribute of the line item filter. This specifies what attribute that you can filter on.LineItemFilterAttributeName,
LineItemFilterAttributeNameLineItemFilter.Builder matchOption(String matchOption)
The match criteria of the line item filter. This parameter specifies whether not to include the resource value from the billing group total cost.
matchOption - The match criteria of the line item filter. This parameter specifies whether not to include the
resource value from the billing group total cost.MatchOption,
MatchOptionLineItemFilter.Builder matchOption(MatchOption matchOption)
The match criteria of the line item filter. This parameter specifies whether not to include the resource value from the billing group total cost.
matchOption - The match criteria of the line item filter. This parameter specifies whether not to include the
resource value from the billing group total cost.MatchOption,
MatchOptionLineItemFilter.Builder valuesWithStrings(Collection<String> values)
The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plan discounts.
values - The values of the line item filter. This specifies the values to filter on. Currently, you can only
exclude Savings Plan discounts.LineItemFilter.Builder valuesWithStrings(String... values)
The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plan discounts.
values - The values of the line item filter. This specifies the values to filter on. Currently, you can only
exclude Savings Plan discounts.LineItemFilter.Builder values(Collection<LineItemFilterValue> values)
The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plan discounts.
values - The values of the line item filter. This specifies the values to filter on. Currently, you can only
exclude Savings Plan discounts.LineItemFilter.Builder values(LineItemFilterValue... values)
The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plan discounts.
values - The values of the line item filter. This specifies the values to filter on. Currently, you can only
exclude Savings Plan discounts.Copyright © 2023. All rights reserved.