Interface ListBillingGroupAccountGrouping.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListBillingGroupAccountGrouping.Builder,,ListBillingGroupAccountGrouping> SdkBuilder<ListBillingGroupAccountGrouping.Builder,,ListBillingGroupAccountGrouping> SdkPojo
- Enclosing class:
ListBillingGroupAccountGrouping
@Mutable
@NotThreadSafe
public static interface ListBillingGroupAccountGrouping.Builder
extends SdkPojo, CopyableBuilder<ListBillingGroupAccountGrouping.Builder,ListBillingGroupAccountGrouping>
-
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 for the billing group.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
The Amazon Resource Name (ARN) that identifies the transfer relationship for the billing group.
- Parameters:
responsibilityTransferArn- The Amazon Resource Name (ARN) that identifies the transfer relationship for the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-