Interface UpdateBillingViewResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BillingResponse.Builder,Buildable,CopyableBuilder<UpdateBillingViewResponse.Builder,,UpdateBillingViewResponse> SdkBuilder<UpdateBillingViewResponse.Builder,,UpdateBillingViewResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateBillingViewResponse
@Mutable
@NotThreadSafe
public static interface UpdateBillingViewResponse.Builder
extends BillingResponse.Builder, SdkPojo, CopyableBuilder<UpdateBillingViewResponse.Builder,UpdateBillingViewResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.The time when the billing view was last updated.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 Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
- Parameters:
arn- The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time when the billing view was last updated.
- Parameters:
updatedAt- The time when the billing view was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-