Interface UpdateCustomLineItemResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BillingconductorResponse.Builder,Buildable,CopyableBuilder<UpdateCustomLineItemResponse.Builder,UpdateCustomLineItemResponse>,SdkBuilder<UpdateCustomLineItemResponse.Builder,UpdateCustomLineItemResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateCustomLineItemResponse
public static interface UpdateCustomLineItemResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<UpdateCustomLineItemResponse.Builder,UpdateCustomLineItemResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateCustomLineItemResponse.Builderarn(String arn)The ARN of the successfully updated custom line item.UpdateCustomLineItemResponse.BuilderassociationSize(Long associationSize)The number of resources that are associated to the custom line item.UpdateCustomLineItemResponse.BuilderbillingGroupArn(String billingGroupArn)The ARN of the billing group that the custom line item is applied to.default UpdateCustomLineItemResponse.BuilderchargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)AListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.UpdateCustomLineItemResponse.BuilderchargeDetails(ListCustomLineItemChargeDetails chargeDetails)AListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.UpdateCustomLineItemResponse.Builderdescription(String description)The description of the successfully updated custom line item.UpdateCustomLineItemResponse.BuilderlastModifiedTime(Long lastModifiedTime)The most recent time when the custom line item was modified.UpdateCustomLineItemResponse.Buildername(String name)The name of the successfully updated custom line item.-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
UpdateCustomLineItemResponse.Builder arn(String arn)
The ARN of the successfully updated custom line item.
- Parameters:
arn- The ARN of the successfully updated custom line item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupArn
UpdateCustomLineItemResponse.Builder billingGroupArn(String billingGroupArn)
The ARN of the billing group that the custom line item is applied to.
- Parameters:
billingGroupArn- The ARN of the billing group that the custom line item is applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateCustomLineItemResponse.Builder name(String name)
The name of the successfully updated custom line item.
- Parameters:
name- The name of the successfully updated custom line item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateCustomLineItemResponse.Builder description(String description)
The description of the successfully updated custom line item.
- Parameters:
description- The description of the successfully updated custom line item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargeDetails
UpdateCustomLineItemResponse.Builder chargeDetails(ListCustomLineItemChargeDetails chargeDetails)
A
ListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.- Parameters:
chargeDetails- AListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargeDetails
default UpdateCustomLineItemResponse.Builder chargeDetails(Consumer<ListCustomLineItemChargeDetails.Builder> chargeDetails)
A
This is a convenience method that creates an instance of theListCustomLineItemChargeDetailscontaining the charge details of the successfully updated custom line item.ListCustomLineItemChargeDetails.Builderavoiding the need to create one manually viaListCustomLineItemChargeDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochargeDetails(ListCustomLineItemChargeDetails).- Parameters:
chargeDetails- a consumer that will call methods onListCustomLineItemChargeDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chargeDetails(ListCustomLineItemChargeDetails)
-
lastModifiedTime
UpdateCustomLineItemResponse.Builder lastModifiedTime(Long lastModifiedTime)
The most recent time when the custom line item was modified.
- Parameters:
lastModifiedTime- The most recent time when the custom line item was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationSize
UpdateCustomLineItemResponse.Builder associationSize(Long associationSize)
The number of resources that are associated to the custom line item.
- Parameters:
associationSize- The number of resources that are associated to the custom line item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-