Interface DisassociateAccountsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BillingconductorResponse.Builder,Buildable,CopyableBuilder<DisassociateAccountsResponse.Builder,DisassociateAccountsResponse>,SdkBuilder<DisassociateAccountsResponse.Builder,DisassociateAccountsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisassociateAccountsResponse
public static interface DisassociateAccountsResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<DisassociateAccountsResponse.Builder,DisassociateAccountsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateAccountsResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the billing group that the array of account IDs is disassociated from.-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DisassociateAccountsResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the billing group that the array of account IDs is disassociated from.
- Parameters:
arn- The Amazon Resource Name (ARN) of the billing group that the array of account IDs is disassociated from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-