Interface CostCategoryValues.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CostCategoryValues.Builder,,CostCategoryValues> SdkBuilder<CostCategoryValues.Builder,,CostCategoryValues> SdkPojo
- Enclosing class:
CostCategoryValues
@Mutable
@NotThreadSafe
public static interface CostCategoryValues.Builder
extends SdkPojo, CopyableBuilder<CostCategoryValues.Builder,CostCategoryValues>
-
Method Summary
Modifier and TypeMethodDescriptionThe key of the cost category to filter on.matchOptions(Collection<MatchOption> matchOptions) The match options for cost category values, such asEQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.matchOptions(MatchOption... matchOptions) The match options for cost category values, such asEQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.matchOptionsWithStrings(String... matchOptions) The match options for cost category values, such asEQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.matchOptionsWithStrings(Collection<String> matchOptions) The match options for cost category values, such asEQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.The values to match for the specified cost category key.values(Collection<String> values) The values to match for the specified cost category key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The key of the cost category to filter on.
- Parameters:
key- The key of the cost category to filter on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values to match for the specified cost category key.
- Parameters:
values- The values to match for the specified cost category key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values to match for the specified cost category key.
- Parameters:
values- The values to match for the specified cost category key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptionsWithStrings
The match options for cost category values, such as
EQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.- Parameters:
matchOptions- The match options for cost category values, such asEQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptionsWithStrings
The match options for cost category values, such as
EQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.- Parameters:
matchOptions- The match options for cost category values, such asEQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptions
The match options for cost category values, such as
EQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.- Parameters:
matchOptions- The match options for cost category values, such asEQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptions
The match options for cost category values, such as
EQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.- Parameters:
matchOptions- The match options for cost category values, such asEQUALS,CONTAINS,STARTS_WITH, orENDS_WITH.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-