Interface UpdateRevenueAttributionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateRevenueAttributionResponse.Builder,,UpdateRevenueAttributionResponse> PartnerCentralRevenueMeasurementResponse.Builder,SdkBuilder<UpdateRevenueAttributionResponse.Builder,,UpdateRevenueAttributionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateRevenueAttributionResponse
@Mutable
@NotThreadSafe
public static interface UpdateRevenueAttributionResponse.Builder
extends PartnerCentralRevenueMeasurementResponse.Builder, SdkPojo, CopyableBuilder<UpdateRevenueAttributionResponse.Builder,UpdateRevenueAttributionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated revenue attribution.description(String description) The updated description of the revenue attribution.The unique identifier of the updated revenue attribution.lastModifiedDate(Instant lastModifiedDate) The date when the attribution was last modified.latestRevision(String latestRevision) The latest revision of the attribution after the update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralrevenuemeasurement.model.PartnerCentralRevenueMeasurementResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
id
The unique identifier of the updated revenue attribution.
- Parameters:
id- The unique identifier of the updated revenue attribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the updated revenue attribution.
- Parameters:
arn- The Amazon Resource Name (ARN) of the updated revenue attribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The updated description of the revenue attribution.
- Parameters:
description- The updated description of the revenue attribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The date when the attribution was last modified.
- Parameters:
lastModifiedDate- The date when the attribution was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestRevision
The latest revision of the attribution after the update.
- Parameters:
latestRevision- The latest revision of the attribution after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-