public static interface CustomLineItemListElement.Builder extends SdkPojo, CopyableBuilder<CustomLineItemListElement.Builder,CustomLineItemListElement>
| Modifier and Type | Method and Description |
|---|---|
CustomLineItemListElement.Builder |
arn(String arn)
The Amazon Resource Names (ARNs) for custom line items.
|
CustomLineItemListElement.Builder |
associationSize(Long associationSize)
The number of resources that are associated to the custom line item.
|
CustomLineItemListElement.Builder |
billingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.
|
default CustomLineItemListElement.Builder |
chargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)
A
ListCustomLineItemChargeDetails that describes the charge details of a custom line item. |
CustomLineItemListElement.Builder |
chargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails that describes the charge details of a custom line item. |
CustomLineItemListElement.Builder |
creationTime(Long creationTime)
The time created.
|
CustomLineItemListElement.Builder |
currencyCode(CurrencyCode currencyCode)
The custom line item's charge value currency.
|
CustomLineItemListElement.Builder |
currencyCode(String currencyCode)
The custom line item's charge value currency.
|
CustomLineItemListElement.Builder |
description(String description)
The custom line item's description.
|
CustomLineItemListElement.Builder |
lastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
|
CustomLineItemListElement.Builder |
name(String name)
The custom line item's name.
|
CustomLineItemListElement.Builder |
productCode(String productCode)
The product code that's associated with the custom line item.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomLineItemListElement.Builder arn(String arn)
The Amazon Resource Names (ARNs) for custom line items.
arn - The Amazon Resource Names (ARNs) for custom line items.CustomLineItemListElement.Builder name(String name)
The custom line item's name.
name - The custom line item's name.CustomLineItemListElement.Builder chargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A ListCustomLineItemChargeDetails that describes the charge details of a custom line item.
chargeDetails - A ListCustomLineItemChargeDetails that describes the charge details of a custom line
item.default CustomLineItemListElement.Builder chargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)
A ListCustomLineItemChargeDetails that describes the charge details of a custom line item.
ListCustomLineItemChargeDetails.Builder
avoiding the need to create one manually via ListCustomLineItemChargeDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to chargeDetails(ListCustomLineItemChargeDetails).
chargeDetails - a consumer that will call methods on ListCustomLineItemChargeDetails.BuilderchargeDetails(ListCustomLineItemChargeDetails)CustomLineItemListElement.Builder currencyCode(String currencyCode)
The custom line item's charge value currency. Only one of the valid values can be used.
currencyCode - The custom line item's charge value currency. Only one of the valid values can be used.CurrencyCode,
CurrencyCodeCustomLineItemListElement.Builder currencyCode(CurrencyCode currencyCode)
The custom line item's charge value currency. Only one of the valid values can be used.
currencyCode - The custom line item's charge value currency. Only one of the valid values can be used.CurrencyCode,
CurrencyCodeCustomLineItemListElement.Builder description(String description)
The custom line item's description. This is shown on the Bills page in association with the charge value.
description - The custom line item's description. This is shown on the Bills page in association with the charge
value.CustomLineItemListElement.Builder productCode(String productCode)
The product code that's associated with the custom line item.
productCode - The product code that's associated with the custom line item.CustomLineItemListElement.Builder billingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.
billingGroupArn - The Amazon Resource Name (ARN) that references the billing group where the custom line item applies
to.CustomLineItemListElement.Builder creationTime(Long creationTime)
The time created.
creationTime - The time created.CustomLineItemListElement.Builder lastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
lastModifiedTime - The most recent time when the custom line item was modified.CustomLineItemListElement.Builder associationSize(Long associationSize)
The number of resources that are associated to the custom line item.
associationSize - The number of resources that are associated to the custom line item.Copyright © 2023. All rights reserved.