public static interface UpdateCustomLineItemRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomLineItemRequest.Builder,UpdateCustomLineItemRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCustomLineItemRequest.Builder arn(String arn)
The ARN of the custom line item to be updated.
arn - The ARN of the custom line item to be updated.UpdateCustomLineItemRequest.Builder name(String name)
The new name for the custom line item.
name - The new name for the custom line item.UpdateCustomLineItemRequest.Builder description(String description)
The new line item description of the custom line item.
description - The new line item description of the custom line item.UpdateCustomLineItemRequest.Builder chargeDetails(UpdateCustomLineItemChargeDetails chargeDetails)
A ListCustomLineItemChargeDetails containing the new charge details for the custom line item.
chargeDetails - A ListCustomLineItemChargeDetails containing the new charge details for the custom line
item.default UpdateCustomLineItemRequest.Builder chargeDetails(Consumer<UpdateCustomLineItemChargeDetails.Builder> chargeDetails)
A ListCustomLineItemChargeDetails containing the new charge details for the custom line item.
UpdateCustomLineItemChargeDetails.Builder avoiding the need to create one manually via
UpdateCustomLineItemChargeDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to chargeDetails(UpdateCustomLineItemChargeDetails).
chargeDetails - a consumer that will call methods on UpdateCustomLineItemChargeDetails.BuilderchargeDetails(UpdateCustomLineItemChargeDetails)UpdateCustomLineItemRequest.Builder billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)
billingPeriodRange - The new value for the BillingPeriodRange property for this object.default UpdateCustomLineItemRequest.Builder billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)
CustomLineItemBillingPeriodRange.Builder
avoiding the need to create one manually via CustomLineItemBillingPeriodRange.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to billingPeriodRange(CustomLineItemBillingPeriodRange).
billingPeriodRange - a consumer that will call methods on CustomLineItemBillingPeriodRange.BuilderbillingPeriodRange(CustomLineItemBillingPeriodRange)UpdateCustomLineItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCustomLineItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.