Interface UpdateBillingGroupAccountGrouping.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateBillingGroupAccountGrouping.Builder,,UpdateBillingGroupAccountGrouping> SdkBuilder<UpdateBillingGroupAccountGrouping.Builder,,UpdateBillingGroupAccountGrouping> SdkPojo
- Enclosing class:
UpdateBillingGroupAccountGrouping
@Mutable
@NotThreadSafe
public static interface UpdateBillingGroupAccountGrouping.Builder
extends SdkPojo, CopyableBuilder<UpdateBillingGroupAccountGrouping.Builder,UpdateBillingGroupAccountGrouping>
-
Method Summary
Modifier and TypeMethodDescriptionautoAssociate(Boolean autoAssociate) Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.responsibilityTransferArn(String responsibilityTransferArn) The Amazon Resource Name (ARN) that identifies the transfer relationship.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
-
autoAssociate
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.
- Parameters:
autoAssociate- Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
responsibilityTransferArn
UpdateBillingGroupAccountGrouping.Builder responsibilityTransferArn(String responsibilityTransferArn) The Amazon Resource Name (ARN) that identifies the transfer relationship. Note: Modifications to the ResponsibilityTransferArn are not permitted for existing billing groups.
- Parameters:
responsibilityTransferArn- The Amazon Resource Name (ARN) that identifies the transfer relationship. Note: Modifications to the ResponsibilityTransferArn are not permitted for existing billing groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-