public static interface AssociateAccountsRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<AssociateAccountsRequest.Builder,AssociateAccountsRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateAccountsRequest.Builder |
accountIds(Collection<String> accountIds)
The associating array of account IDs.
|
AssociateAccountsRequest.Builder |
accountIds(String... accountIds)
The associating array of account IDs.
|
AssociateAccountsRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
|
AssociateAccountsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateAccountsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateAccountsRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.
arn - The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.AssociateAccountsRequest.Builder accountIds(Collection<String> accountIds)
The associating array of account IDs.
accountIds - The associating array of account IDs.AssociateAccountsRequest.Builder accountIds(String... accountIds)
The associating array of account IDs.
accountIds - The associating array of account IDs.AssociateAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.