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.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
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 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.
-