Class CostCategoryReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ce.CostCategoryReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CostCategoryReference>
- Enclosing interface:
CostCategoryReference
@Stability(Stable)
public static final class CostCategoryReference.Builder
extends Object
implements software.amazon.jsii.Builder<CostCategoryReference>
A builder for
CostCategoryReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.costCategoryArn(String costCategoryArn) Sets the value ofCostCategoryReference.getCostCategoryArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
costCategoryArn
Sets the value ofCostCategoryReference.getCostCategoryArn()- Parameters:
costCategoryArn- The Arn of the CostCategory resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CostCategoryReference>- Returns:
- a new instance of
CostCategoryReference - Throws:
NullPointerException- if any required attribute was not provided
-