@Stability(value=Stable)
public static interface CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.billingconductor.*;
CustomLineItemPercentageChargeDetailsProperty customLineItemPercentageChargeDetailsProperty = CustomLineItemPercentageChargeDetailsProperty.builder()
.percentageValue(123)
// the properties below are optional
.childAssociatedResources(List.of("childAssociatedResources"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.Builder
|
static class |
CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.Jsii$Proxy
An implementation for
CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.Builder |
builder() |
default List<String> |
getChildAssociatedResources()
A list of resource ARNs to associate to the percentage custom line item.
|
Number |
getPercentageValue()
The custom line item's percentage value.
|
@Stability(value=Stable) @NotNull Number getPercentageValue()
This will be multiplied against the combined value of its associated resources to determine its charge value.
@Stability(value=Stable) @Nullable default List<String> getChildAssociatedResources()
@Stability(value=Stable) static CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty.Builder builder()
Copyright © 2022. All rights reserved.