Class CfnInvoiceUnitPropsMixin.RuleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.invoicing.CfnInvoiceUnitPropsMixin.RuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInvoiceUnitPropsMixin.RuleProperty>
- Enclosing interface:
CfnInvoiceUnitPropsMixin.RuleProperty
@Stability(Stable)
public static final class CfnInvoiceUnitPropsMixin.RuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInvoiceUnitPropsMixin.RuleProperty>
A builder for
CfnInvoiceUnitPropsMixin.RuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.linkedAccounts(List<String> linkedAccounts) Sets the value ofCfnInvoiceUnitPropsMixin.RuleProperty.getLinkedAccounts()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
linkedAccounts
@Stability(Stable) public CfnInvoiceUnitPropsMixin.RuleProperty.Builder linkedAccounts(List<String> linkedAccounts) Sets the value ofCfnInvoiceUnitPropsMixin.RuleProperty.getLinkedAccounts()- Parameters:
linkedAccounts- The list ofLINKED_ACCOUNTIDs where charges are included within the invoice unit.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInvoiceUnitPropsMixin.RuleProperty>- Returns:
- a new instance of
CfnInvoiceUnitPropsMixin.RuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-