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