public static interface CustomLineItemVersionListElement.Builder extends SdkPojo, CopyableBuilder<CustomLineItemVersionListElement.Builder,CustomLineItemVersionListElement>
| Modifier and Type | Method and Description |
|---|---|
CustomLineItemVersionListElement.Builder |
arn(String arn)
A list of custom line item Amazon Resource Names (ARNs) to retrieve information.
|
CustomLineItemVersionListElement.Builder |
associationSize(Long associationSize)
The number of resources that are associated with the custom line item.
|
CustomLineItemVersionListElement.Builder |
billingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) of the billing group that the custom line item applies to.
|
default CustomLineItemVersionListElement.Builder |
chargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)
Sets the value of the ChargeDetails property for this object.
|
CustomLineItemVersionListElement.Builder |
chargeDetails(ListCustomLineItemChargeDetails chargeDetails)
Sets the value of the ChargeDetails property for this object.
|
CustomLineItemVersionListElement.Builder |
creationTime(Long creationTime)
The time when the custom line item version was created.
|
CustomLineItemVersionListElement.Builder |
currencyCode(CurrencyCode currencyCode)
The charge value currency of the custom line item.
|
CustomLineItemVersionListElement.Builder |
currencyCode(String currencyCode)
The charge value currency of the custom line item.
|
CustomLineItemVersionListElement.Builder |
description(String description)
The description of the custom line item.
|
CustomLineItemVersionListElement.Builder |
endBillingPeriod(String endBillingPeriod)
The end billing period of the custom line item version.
|
CustomLineItemVersionListElement.Builder |
lastModifiedTime(Long lastModifiedTime)
The most recent time that the custom line item version was modified.
|
CustomLineItemVersionListElement.Builder |
name(String name)
The name of the custom line item.
|
CustomLineItemVersionListElement.Builder |
productCode(String productCode)
The product code that’s associated with the custom line item.
|
CustomLineItemVersionListElement.Builder |
startBillingPeriod(String startBillingPeriod)
The start billing period of the custom line item version.
|
CustomLineItemVersionListElement.Builder |
startTime(Long startTime)
The inclusive start time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomLineItemVersionListElement.Builder name(String name)
The name of the custom line item.
name - The name of the custom line item.CustomLineItemVersionListElement.Builder chargeDetails(ListCustomLineItemChargeDetails chargeDetails)
chargeDetails - The new value for the ChargeDetails property for this object.default CustomLineItemVersionListElement.Builder chargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)
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)CustomLineItemVersionListElement.Builder currencyCode(String currencyCode)
The charge value currency of the custom line item.
currencyCode - The charge value currency of the custom line item.CurrencyCode,
CurrencyCodeCustomLineItemVersionListElement.Builder currencyCode(CurrencyCode currencyCode)
The charge value currency of the custom line item.
currencyCode - The charge value currency of the custom line item.CurrencyCode,
CurrencyCodeCustomLineItemVersionListElement.Builder description(String description)
The description of the custom line item.
description - The description of the custom line item.CustomLineItemVersionListElement.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.CustomLineItemVersionListElement.Builder billingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) of the billing group that the custom line item applies to.
billingGroupArn - The Amazon Resource Name (ARN) of the billing group that the custom line item applies to.CustomLineItemVersionListElement.Builder creationTime(Long creationTime)
The time when the custom line item version was created.
creationTime - The time when the custom line item version was created.CustomLineItemVersionListElement.Builder lastModifiedTime(Long lastModifiedTime)
The most recent time that the custom line item version was modified.
lastModifiedTime - The most recent time that the custom line item version was modified.CustomLineItemVersionListElement.Builder associationSize(Long associationSize)
The number of resources that are associated with the custom line item.
associationSize - The number of resources that are associated with the custom line item.CustomLineItemVersionListElement.Builder startBillingPeriod(String startBillingPeriod)
The start billing period of the custom line item version.
startBillingPeriod - The start billing period of the custom line item version.CustomLineItemVersionListElement.Builder endBillingPeriod(String endBillingPeriod)
The end billing period of the custom line item version.
endBillingPeriod - The end billing period of the custom line item version.CustomLineItemVersionListElement.Builder arn(String arn)
A list of custom line item Amazon Resource Names (ARNs) to retrieve information.
arn - A list of custom line item Amazon Resource Names (ARNs) to retrieve information.CustomLineItemVersionListElement.Builder startTime(Long startTime)
The inclusive start time.
startTime - The inclusive start time.Copyright © 2023. All rights reserved.