Interface AssociateSourceViewsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BillingResponse.Builder
,Buildable
,CopyableBuilder<AssociateSourceViewsResponse.Builder,
,AssociateSourceViewsResponse> SdkBuilder<AssociateSourceViewsResponse.Builder,
,AssociateSourceViewsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
AssociateSourceViewsResponse
@Mutable
@NotThreadSafe
public static interface AssociateSourceViewsResponse.Builder
extends BillingResponse.Builder, SdkPojo, CopyableBuilder<AssociateSourceViewsResponse.Builder,AssociateSourceViewsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the billing view that the source views were associated with.Methods inherited from interface software.amazon.awssdk.services.billing.model.BillingResponse.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 ARN of the billing view that the source views were associated with.
- Parameters:
arn
- The ARN of the billing view that the source views were associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-