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