Interface UpdatePricingPlanResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BillingconductorResponse.Builder,Buildable,CopyableBuilder<UpdatePricingPlanResponse.Builder,UpdatePricingPlanResponse>,SdkBuilder<UpdatePricingPlanResponse.Builder,UpdatePricingPlanResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdatePricingPlanResponse
public static interface UpdatePricingPlanResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<UpdatePricingPlanResponse.Builder,UpdatePricingPlanResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePricingPlanResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the updated pricing plan.UpdatePricingPlanResponse.Builderdescription(String description)The new description for the pricing rule.UpdatePricingPlanResponse.BuilderlastModifiedTime(Long lastModifiedTime)The most recent time when the pricing plan was modified.UpdatePricingPlanResponse.Buildername(String name)The name of the pricing plan.UpdatePricingPlanResponse.Buildersize(Long size)The pricing rules count that's currently associated with this pricing plan list.-
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
UpdatePricingPlanResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the updated pricing plan.
- Parameters:
arn- The Amazon Resource Name (ARN) of the updated pricing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdatePricingPlanResponse.Builder name(String name)
The name of the pricing plan. The name must be unique to each pricing plan.
- Parameters:
name- The name of the pricing plan. The name must be unique to each pricing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdatePricingPlanResponse.Builder description(String description)
The new description for the pricing rule.
- Parameters:
description- The new description for the pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
UpdatePricingPlanResponse.Builder size(Long size)
The pricing rules count that's currently associated with this pricing plan list.
- Parameters:
size- The pricing rules count that's currently associated with this pricing plan list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
UpdatePricingPlanResponse.Builder lastModifiedTime(Long lastModifiedTime)
The most recent time when the pricing plan was modified.
- Parameters:
lastModifiedTime- The most recent time when the pricing plan was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-