Interface DisassociateAccountsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingconductorRequest.Builder,Buildable,CopyableBuilder<DisassociateAccountsRequest.Builder,DisassociateAccountsRequest>,SdkBuilder<DisassociateAccountsRequest.Builder,DisassociateAccountsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateAccountsRequest
public static interface DisassociateAccountsRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<DisassociateAccountsRequest.Builder,DisassociateAccountsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateAccountsRequest.BuilderaccountIds(String... accountIds)The array of account IDs to disassociate.DisassociateAccountsRequest.BuilderaccountIds(Collection<String> accountIds)The array of account IDs to disassociate.DisassociateAccountsRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.DisassociateAccountsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateAccountsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorRequest.Builder
build
-
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
-
arn
DisassociateAccountsRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.
- Parameters:
arn- The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
DisassociateAccountsRequest.Builder accountIds(Collection<String> accountIds)
The array of account IDs to disassociate.
- Parameters:
accountIds- The array of account IDs to disassociate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
DisassociateAccountsRequest.Builder accountIds(String... accountIds)
The array of account IDs to disassociate.
- Parameters:
accountIds- The array of account IDs to disassociate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-