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