Interface CostCategoryProcessingStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CostCategoryProcessingStatus.Builder,
,CostCategoryProcessingStatus> SdkBuilder<CostCategoryProcessingStatus.Builder,
,CostCategoryProcessingStatus> SdkPojo
- Enclosing class:
CostCategoryProcessingStatus
@Mutable
@NotThreadSafe
public static interface CostCategoryProcessingStatus.Builder
extends SdkPojo, CopyableBuilder<CostCategoryProcessingStatus.Builder,CostCategoryProcessingStatus>
-
Method Summary
Modifier and TypeMethodDescriptionThe Cost Management product name of the applied status.component
(CostCategoryStatusComponent component) The Cost Management product name of the applied status.The process status for a specific cost category.status
(CostCategoryStatus status) The process status for a specific 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
-
component
The Cost Management product name of the applied status.
- Parameters:
component
- The Cost Management product name of the applied status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
component
The Cost Management product name of the applied status.
- Parameters:
component
- The Cost Management product name of the applied status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The process status for a specific cost category.
- Parameters:
status
- The process status for a specific cost category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The process status for a specific cost category.
- Parameters:
status
- The process status for a specific cost category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-