Interface CostCategoryProcessingStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CostCategoryProcessingStatus.Builder,CostCategoryProcessingStatus>,SdkBuilder<CostCategoryProcessingStatus.Builder,CostCategoryProcessingStatus>,SdkPojo
- Enclosing class:
- CostCategoryProcessingStatus
public static interface CostCategoryProcessingStatus.Builder extends SdkPojo, CopyableBuilder<CostCategoryProcessingStatus.Builder,CostCategoryProcessingStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostCategoryProcessingStatus.Buildercomponent(String component)The Cost Management product name of the applied status.CostCategoryProcessingStatus.Buildercomponent(CostCategoryStatusComponent component)The Cost Management product name of the applied status.CostCategoryProcessingStatus.Builderstatus(String status)The process status for a specific cost category.CostCategoryProcessingStatus.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
component
CostCategoryProcessingStatus.Builder component(String 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:
CostCategoryStatusComponent,CostCategoryStatusComponent
-
component
CostCategoryProcessingStatus.Builder component(CostCategoryStatusComponent 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:
CostCategoryStatusComponent,CostCategoryStatusComponent
-
status
CostCategoryProcessingStatus.Builder status(String 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:
CostCategoryStatus,CostCategoryStatus
-
status
CostCategoryProcessingStatus.Builder status(CostCategoryStatus 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:
CostCategoryStatus,CostCategoryStatus
-
-