| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.Builder.arn(String arn)
The ARN of the successfully updated custom line item.
|
UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.Builder.associationSize(Long associationSize)
The number of resources that are associated to the custom line item.
|
UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.Builder.billingGroupArn(String billingGroupArn)
The ARN of the billing group that the custom line item is applied to.
|
static UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.builder() |
default UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.Builder.chargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated
custom line item. |
UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.Builder.chargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated
custom line item. |
UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.Builder.description(String description)
The description of the successfully updated custom line item.
|
UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.Builder.lastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
|
UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.Builder.name(String name)
The name of the successfully updated custom line item.
|
UpdateCustomLineItemResponse.Builder |
UpdateCustomLineItemResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateCustomLineItemResponse.Builder> |
UpdateCustomLineItemResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.