public static interface UpdateCustomLineItemResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<UpdateCustomLineItemResponse.Builder,UpdateCustomLineItemResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomLineItemResponse.Builder |
arn(String arn)
The ARN of the successfully updated custom line item.
|
UpdateCustomLineItemResponse.Builder |
associationSize(Long associationSize)
The number of resources that are associated to the custom line item.
|
UpdateCustomLineItemResponse.Builder |
billingGroupArn(String billingGroupArn)
The ARN of the billing group that the custom line item is applied to.
|
default UpdateCustomLineItemResponse.Builder |
chargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated
custom line item. |
UpdateCustomLineItemResponse.Builder |
chargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetails containing the charge details of the successfully updated
custom line item. |
UpdateCustomLineItemResponse.Builder |
description(String description)
The description of the successfully updated custom line item.
|
UpdateCustomLineItemResponse.Builder |
lastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
|
UpdateCustomLineItemResponse.Builder |
name(String name)
The name of the successfully updated custom line item.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCustomLineItemResponse.Builder arn(String arn)
The ARN of the successfully updated custom line item.
arn - The ARN of the successfully updated custom line item.UpdateCustomLineItemResponse.Builder billingGroupArn(String billingGroupArn)
The ARN of the billing group that the custom line item is applied to.
billingGroupArn - The ARN of the billing group that the custom line item is applied to.UpdateCustomLineItemResponse.Builder name(String name)
The name of the successfully updated custom line item.
name - The name of the successfully updated custom line item.UpdateCustomLineItemResponse.Builder description(String description)
The description of the successfully updated custom line item.
description - The description of the successfully updated custom line item.UpdateCustomLineItemResponse.Builder chargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A ListCustomLineItemChargeDetails containing the charge details of the successfully updated
custom line item.
chargeDetails - A ListCustomLineItemChargeDetails containing the charge details of the successfully
updated custom line item.default UpdateCustomLineItemResponse.Builder chargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)
A ListCustomLineItemChargeDetails containing the charge details of the successfully updated
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)UpdateCustomLineItemResponse.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.UpdateCustomLineItemResponse.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.