| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.arn(String arn)
A list of custom line item Amazon Resource Names (ARNs) to retrieve information.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.associationSize(Long associationSize)
The number of resources that are associated with the custom line item.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.billingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) of the billing group that the custom line item applies to.
|
static CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.builder() |
default CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.chargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)
Sets the value of the ChargeDetails property for this object.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.chargeDetails(ListCustomLineItemChargeDetails chargeDetails)
Sets the value of the ChargeDetails property for this object.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.creationTime(Long creationTime)
The time when the custom line item version was created.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.currencyCode(CurrencyCode currencyCode)
The charge value currency of the custom line item.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.currencyCode(String currencyCode)
The charge value currency of the custom line item.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.description(String description)
The description of the custom line item.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.endBillingPeriod(String endBillingPeriod)
The end billing period of the custom line item version.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.lastModifiedTime(Long lastModifiedTime)
The most recent time that the custom line item version was modified.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.name(String name)
The name of the custom line item.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.productCode(String productCode)
The product code that’s associated with the custom line item.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.startBillingPeriod(String startBillingPeriod)
The start billing period of the custom line item version.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.Builder.startTime(Long startTime)
The inclusive start time.
|
CustomLineItemVersionListElement.Builder |
CustomLineItemVersionListElement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomLineItemVersionListElement.Builder> |
CustomLineItemVersionListElement.serializableBuilderClass() |
Copyright © 2023. All rights reserved.