@Stability(value=Stable) public static final class CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty |
build()
Builds the configured instance.
|
CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.Builder |
childAssociatedResources(List<String> childAssociatedResources)
|
CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.Builder |
percentageValue(Number percentageValue)
|
@Stability(value=Stable) public CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.Builder percentageValue(Number percentageValue)
CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.getPercentageValue()percentageValue - The custom line item's percentage value. This parameter is required.
This will be multiplied against the combined value of its associated resources to determine its charge value.this@Stability(value=Stable) public CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.Builder childAssociatedResources(List<String> childAssociatedResources)
CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.getChildAssociatedResources()childAssociatedResources - A list of resource ARNs to associate to the percentage custom line item.this@Stability(value=Stable) public CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty>CfnCustomLineItem.CustomLineItemPercentageChargeDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.