Interface UpdateCustomLineItemRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingconductorRequest.Builder,Buildable,CopyableBuilder<UpdateCustomLineItemRequest.Builder,UpdateCustomLineItemRequest>,SdkBuilder<UpdateCustomLineItemRequest.Builder,UpdateCustomLineItemRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateCustomLineItemRequest
public static interface UpdateCustomLineItemRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomLineItemRequest.Builder,UpdateCustomLineItemRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
UpdateCustomLineItemRequest.Builder arn(String arn)
The ARN of the custom line item to be updated.
- Parameters:
arn- The ARN of the custom line item to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateCustomLineItemRequest.Builder name(String name)
The new name for the custom line item.
- Parameters:
name- The new name for the custom line item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateCustomLineItemRequest.Builder description(String description)
The new line item description of the custom line item.
- Parameters:
description- The new line item description of the custom line item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargeDetails
UpdateCustomLineItemRequest.Builder chargeDetails(UpdateCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetailscontaining the new charge details for the custom line item.- Parameters:
chargeDetails- AListCustomLineItemChargeDetailscontaining the new charge details for the custom line item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargeDetails
default UpdateCustomLineItemRequest.Builder chargeDetails(Consumer<UpdateCustomLineItemChargeDetails.Builder> chargeDetails)
A
This is a convenience method that creates an instance of theListCustomLineItemChargeDetailscontaining the new charge details for the custom line item.UpdateCustomLineItemChargeDetails.Builderavoiding the need to create one manually viaUpdateCustomLineItemChargeDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochargeDetails(UpdateCustomLineItemChargeDetails).- Parameters:
chargeDetails- a consumer that will call methods onUpdateCustomLineItemChargeDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chargeDetails(UpdateCustomLineItemChargeDetails)
-
billingPeriodRange
UpdateCustomLineItemRequest.Builder billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object.- Parameters:
billingPeriodRange- The new value for the BillingPeriodRange property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingPeriodRange
default UpdateCustomLineItemRequest.Builder billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object. This is a convenience method that creates an instance of theCustomLineItemBillingPeriodRange.Builderavoiding the need to create one manually viaCustomLineItemBillingPeriodRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobillingPeriodRange(CustomLineItemBillingPeriodRange).- Parameters:
billingPeriodRange- a consumer that will call methods onCustomLineItemBillingPeriodRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
billingPeriodRange(CustomLineItemBillingPeriodRange)
-
overrideConfiguration
UpdateCustomLineItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateCustomLineItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-