Interface AccountGrouping.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccountGrouping.Builder,,AccountGrouping> SdkBuilder<AccountGrouping.Builder,,AccountGrouping> SdkPojo
- Enclosing class:
AccountGrouping
@Mutable
@NotThreadSafe
public static interface AccountGrouping.Builder
extends SdkPojo, CopyableBuilder<AccountGrouping.Builder,AccountGrouping>
-
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.linkedAccountIds(String... linkedAccountIds) The account IDs that make up the billing group.linkedAccountIds(Collection<String> linkedAccountIds) The account IDs that make up the billing group.responsibilityTransferArn(String responsibilityTransferArn) The Amazon Resource Name (ARN) that identifies the transfer relationship owned by the Bill Transfer account (caller account).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
-
linkedAccountIds
The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.
- Parameters:
linkedAccountIds- The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedAccountIds
The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.
- Parameters:
linkedAccountIds- The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 owned by the Bill Transfer account (caller account). When specified, the PrimaryAccountId is no longer required.
- Parameters:
responsibilityTransferArn- The Amazon Resource Name (ARN) that identifies the transfer relationship owned by the Bill Transfer account (caller account). When specified, the PrimaryAccountId is no longer required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-