Interface ListBillingGroupAccountGrouping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListBillingGroupAccountGrouping.Builder,ListBillingGroupAccountGrouping>,SdkBuilder<ListBillingGroupAccountGrouping.Builder,ListBillingGroupAccountGrouping>,SdkPojo
- Enclosing class:
- ListBillingGroupAccountGrouping
public static interface ListBillingGroupAccountGrouping.Builder extends SdkPojo, CopyableBuilder<ListBillingGroupAccountGrouping.Builder,ListBillingGroupAccountGrouping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBillingGroupAccountGrouping.BuilderautoAssociate(Boolean autoAssociate)Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that join your consolidated billing family.-
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
-
autoAssociate
ListBillingGroupAccountGrouping.Builder autoAssociate(Boolean 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.
-
-