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 unique name of the cost category.matchOptions
(Collection<MatchOption> matchOptions) The match options that you can use to filter your results.matchOptions
(MatchOption... matchOptions) The match options that you can use to filter your results.matchOptionsWithStrings
(String... matchOptions) The match options that you can use to filter your results.matchOptionsWithStrings
(Collection<String> matchOptions) The match options that you can use to filter your results.The specific value of the cost category.values
(Collection<String> values) The specific value of the cost category.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, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The unique name of the cost category.
- Parameters:
key
- The unique name of the cost category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The specific value of the cost category.
- Parameters:
values
- The specific value of the cost category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The specific value of the cost category.
- Parameters:
values
- The specific value of the cost category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptionsWithStrings
The match options that you can use to filter your results.
- Parameters:
matchOptions
- The match options that you can use to filter your results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptionsWithStrings
The match options that you can use to filter your results.
- Parameters:
matchOptions
- The match options that you can use to filter your results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptions
The match options that you can use to filter your results.
- Parameters:
matchOptions
- The match options that you can use to filter your results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchOptions
The match options that you can use to filter your results.
- Parameters:
matchOptions
- The match options that you can use to filter your results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-