Interface DisassociateAccountsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BillingconductorResponse.Builder
,Buildable
,CopyableBuilder<DisassociateAccountsResponse.Builder,
,DisassociateAccountsResponse> SdkBuilder<DisassociateAccountsResponse.Builder,
,DisassociateAccountsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DisassociateAccountsResponse
@Mutable
@NotThreadSafe
public static interface DisassociateAccountsResponse.Builder
extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<DisassociateAccountsResponse.Builder,DisassociateAccountsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-