@Stability(value=Stable) public static final class CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCustomLineItem.CustomLineItemChargeDetailsProperty>
CfnCustomLineItem.CustomLineItemChargeDetailsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder type(String type)
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.getType()type - The type of the custom line item that indicates whether the charge is a fee or credit. This parameter is required.this@Stability(value=Stable) public CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder flat(CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty flat)
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.getFlat()flat - A `CustomLineItemFlatChargeDetails` that describes the charge details of a flat custom line item.this@Stability(value=Stable) public CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder flat(IResolvable flat)
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.getFlat()flat - A `CustomLineItemFlatChargeDetails` that describes the charge details of a flat custom line item.this@Stability(value=Stable) public CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder percentage(CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty percentage)
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.getPercentage()percentage - A `CustomLineItemPercentageChargeDetails` that describes the charge details of a percentage custom line item.this@Stability(value=Stable) public CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder percentage(IResolvable percentage)
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.getPercentage()percentage - A `CustomLineItemPercentageChargeDetails` that describes the charge details of a percentage custom line item.this@Stability(value=Stable) public CfnCustomLineItem.CustomLineItemChargeDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnCustomLineItem.CustomLineItemChargeDetailsProperty>CfnCustomLineItem.CustomLineItemChargeDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.