@Stability(value=Stable) public static final class CfnCustomLineItem.Builder extends Object implements software.amazon.jsii.Builder<CfnCustomLineItem>
CfnCustomLineItem.| Modifier and Type | Method and Description |
|---|---|
CfnCustomLineItem.Builder |
billingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.
|
CfnCustomLineItem.Builder |
billingPeriodRange(CfnCustomLineItem.BillingPeriodRangeProperty billingPeriodRange)
A time range for which the custom line item is effective.
|
CfnCustomLineItem.Builder |
billingPeriodRange(IResolvable billingPeriodRange)
A time range for which the custom line item is effective.
|
CfnCustomLineItem |
build() |
static CfnCustomLineItem.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCustomLineItem.Builder |
customLineItemChargeDetails(CfnCustomLineItem.CustomLineItemChargeDetailsProperty customLineItemChargeDetails)
The charge details of a custom line item.
|
CfnCustomLineItem.Builder |
customLineItemChargeDetails(IResolvable customLineItemChargeDetails)
The charge details of a custom line item.
|
CfnCustomLineItem.Builder |
description(String description)
The custom line item's description.
|
CfnCustomLineItem.Builder |
name(String name)
The custom line item's name.
|
CfnCustomLineItem.Builder |
tags(List<? extends CfnTag> tags)
`AWS::BillingConductor::CustomLineItem.Tags`.
|
@Stability(value=Stable) public static CfnCustomLineItem.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCustomLineItem.BillingPeriodRangeProperty.Builder.@Stability(value=Stable) public CfnCustomLineItem.Builder billingGroupArn(String billingGroupArn)
billingGroupArn - The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to. This parameter is required.this@Stability(value=Stable) public CfnCustomLineItem.Builder name(String name)
name - The custom line item's name. This parameter is required.this@Stability(value=Stable) public CfnCustomLineItem.Builder billingPeriodRange(CfnCustomLineItem.BillingPeriodRangeProperty billingPeriodRange)
billingPeriodRange - A time range for which the custom line item is effective. This parameter is required.this@Stability(value=Stable) public CfnCustomLineItem.Builder billingPeriodRange(IResolvable billingPeriodRange)
billingPeriodRange - A time range for which the custom line item is effective. This parameter is required.this@Stability(value=Stable) public CfnCustomLineItem.Builder customLineItemChargeDetails(CfnCustomLineItem.CustomLineItemChargeDetailsProperty customLineItemChargeDetails)
It should contain only one of Flat or Percentage .
customLineItemChargeDetails - The charge details of a custom line item. This parameter is required.this@Stability(value=Stable) public CfnCustomLineItem.Builder customLineItemChargeDetails(IResolvable customLineItemChargeDetails)
It should contain only one of Flat or Percentage .
customLineItemChargeDetails - The charge details of a custom line item. This parameter is required.this@Stability(value=Stable) public CfnCustomLineItem.Builder description(String description)
This is shown on the Bills page in association with the charge value.
description - The custom line item's description. This parameter is required.this@Stability(value=Stable) public CfnCustomLineItem.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::BillingConductor::CustomLineItem.Tags`. This parameter is required.this@Stability(value=Stable) public CfnCustomLineItem build()
build in interface software.amazon.jsii.Builder<CfnCustomLineItem>Copyright © 2022. All rights reserved.