Interface UpdateBillingGroupAccountGrouping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateBillingGroupAccountGrouping.Builder,UpdateBillingGroupAccountGrouping>,SdkBuilder<UpdateBillingGroupAccountGrouping.Builder,UpdateBillingGroupAccountGrouping>,SdkPojo
- Enclosing class:
- UpdateBillingGroupAccountGrouping
public static interface UpdateBillingGroupAccountGrouping.Builder extends SdkPojo, CopyableBuilder<UpdateBillingGroupAccountGrouping.Builder,UpdateBillingGroupAccountGrouping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateBillingGroupAccountGrouping.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
UpdateBillingGroupAccountGrouping.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.
-
-