Interface DisassociateSourceViewsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BillingResponse.Builder,Buildable,CopyableBuilder<DisassociateSourceViewsResponse.Builder,,DisassociateSourceViewsResponse> SdkBuilder<DisassociateSourceViewsResponse.Builder,,DisassociateSourceViewsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DisassociateSourceViewsResponse
@Mutable
@NotThreadSafe
public static interface DisassociateSourceViewsResponse.Builder
extends BillingResponse.Builder, SdkPojo, CopyableBuilder<DisassociateSourceViewsResponse.Builder,DisassociateSourceViewsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the billing view that the source views were disassociated from.Methods inherited from interface software.amazon.awssdk.services.billing.model.BillingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the billing view that the source views were disassociated from.
- Parameters:
arn- The ARN of the billing view that the source views were disassociated from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-