Interface AutoTransferBillingGroupCreationPreference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutoTransferBillingGroupCreationPreference.Builder,,AutoTransferBillingGroupCreationPreference> SdkBuilder<AutoTransferBillingGroupCreationPreference.Builder,,AutoTransferBillingGroupCreationPreference> SdkPojo
- Enclosing class:
AutoTransferBillingGroupCreationPreference
@Mutable
@NotThreadSafe
public static interface AutoTransferBillingGroupCreationPreference.Builder
extends SdkPojo, CopyableBuilder<AutoTransferBillingGroupCreationPreference.Builder,AutoTransferBillingGroupCreationPreference>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether Billing Conductor automatically creates billing groups for the billing transfer.pricingPlanArn(String pricingPlanArn) The Amazon Resource Name (ARN) of the pricing plan to apply to the automatically created billing groups.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Specifies whether Billing Conductor automatically creates billing groups for the billing transfer. The preference is disabled by default.
- Parameters:
enabled- Specifies whether Billing Conductor automatically creates billing groups for the billing transfer. The preference is disabled by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlanArn
The Amazon Resource Name (ARN) of the pricing plan to apply to the automatically created billing groups. This value is required when
Enabledistrue, and must be omitted whenEnabledisfalse.- Parameters:
pricingPlanArn- The Amazon Resource Name (ARN) of the pricing plan to apply to the automatically created billing groups. This value is required whenEnabledistrue, and must be omitted whenEnabledisfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-