Interface AccountAssociationsListElement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountAssociationsListElement.Builder,AccountAssociationsListElement>,SdkBuilder<AccountAssociationsListElement.Builder,AccountAssociationsListElement>,SdkPojo
- Enclosing class:
- AccountAssociationsListElement
public static interface AccountAssociationsListElement.Builder extends SdkPojo, CopyableBuilder<AccountAssociationsListElement.Builder,AccountAssociationsListElement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountAssociationsListElement.BuilderaccountEmail(String accountEmail)The Amazon Web Services account email.AccountAssociationsListElement.BuilderaccountId(String accountId)The associating array of account IDs.AccountAssociationsListElement.BuilderaccountName(String accountName)The Amazon Web Services account name.AccountAssociationsListElement.BuilderbillingGroupArn(String billingGroupArn)The Billing Group Arn that the linked account is associated to.-
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
-
accountId
AccountAssociationsListElement.Builder accountId(String accountId)
The associating array of account IDs.
- Parameters:
accountId- The associating array of account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingGroupArn
AccountAssociationsListElement.Builder billingGroupArn(String billingGroupArn)
The Billing Group Arn that the linked account is associated to.
- Parameters:
billingGroupArn- The Billing Group Arn that the linked account is associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountName
AccountAssociationsListElement.Builder accountName(String accountName)
The Amazon Web Services account name.
- Parameters:
accountName- The Amazon Web Services account name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountEmail
AccountAssociationsListElement.Builder accountEmail(String accountEmail)
The Amazon Web Services account email.
- Parameters:
accountEmail- The Amazon Web Services account email.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-