Interface ComputationPreference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComputationPreference.Builder,ComputationPreference>,SdkBuilder<ComputationPreference.Builder,ComputationPreference>,SdkPojo
- Enclosing class:
- ComputationPreference
public static interface ComputationPreference.Builder extends SdkPojo, CopyableBuilder<ComputationPreference.Builder,ComputationPreference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComputationPreference.BuilderpricingPlanArn(String pricingPlanArn)The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.-
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
-
pricingPlanArn
ComputationPreference.Builder pricingPlanArn(String pricingPlanArn)
The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.
- Parameters:
pricingPlanArn- The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-