@Stability(value=Stable)
public static interface CfnCustomLineItem.CustomLineItemChargeDetailsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
CustomLineItemChargeDetailsProperty customLineItemChargeDetailsProperty = CustomLineItemChargeDetailsProperty.builder()
.type("type")
// the properties below are optional
.flat(CustomLineItemFlatChargeDetailsProperty.builder()
.chargeValue(123)
.build())
.percentage(CustomLineItemPercentageChargeDetailsProperty.builder()
.percentageValue(123)
// the properties below are optional
.childAssociatedResources(List.of("childAssociatedResources"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder
A builder for
CfnCustomLineItem.CustomLineItemChargeDetailsProperty |
static class |
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Jsii$Proxy
An implementation for
CfnCustomLineItem.CustomLineItemChargeDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder |
builder() |
default Object |
getFlat()
`CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Flat`.
|
default Object |
getPercentage()
`CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Percentage`.
|
String |
getType()
`CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Type`.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getFlat()
@Stability(value=Stable) @Nullable default Object getPercentage()
@Stability(value=Stable) static CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder builder()
Copyright © 2022. All rights reserved.