Interface RevenueAttributionAllocationErrorDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RevenueAttributionAllocationErrorDetail.Builder,,RevenueAttributionAllocationErrorDetail> SdkBuilder<RevenueAttributionAllocationErrorDetail.Builder,,RevenueAttributionAllocationErrorDetail> SdkPojo
- Enclosing class:
RevenueAttributionAllocationErrorDetail
@Mutable
@NotThreadSafe
public static interface RevenueAttributionAllocationErrorDetail.Builder
extends SdkPojo, CopyableBuilder<RevenueAttributionAllocationErrorDetail.Builder,RevenueAttributionAllocationErrorDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe action that was attempted.The action that was attempted.customerAwsAccountId(String customerAwsAccountId) The customer AWS account ID of the failing record.effectiveFrom(String effectiveFrom) Effective start date of the failing record.effectiveUntil(String effectiveUntil) Effective end date of the failing record.The deal entity identifier of the failing record.entityType(String entityType) The deal entity type of the failing record.entityType(EntityType entityType) The deal entity type of the failing record.Machine-readable error code.errorCode(RevenueAttributionAllocationErrorCode errorCode) Machine-readable error code.errorMessage(String errorMessage) Human-readable error description.revenueAttributionAllocationId(String revenueAttributionAllocationId) The allocation identifier.Methods 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, sdkFields
-
Method Details
-
revenueAttributionAllocationId
RevenueAttributionAllocationErrorDetail.Builder revenueAttributionAllocationId(String revenueAttributionAllocationId) The allocation identifier. Present for UPDATE actions; absent for CREATE actions.
- Parameters:
revenueAttributionAllocationId- The allocation identifier. Present for UPDATE actions; absent for CREATE actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
The deal entity type of the failing record.
- Parameters:
entityType- The deal entity type of the failing record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
The deal entity type of the failing record.
- Parameters:
entityType- The deal entity type of the failing record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityId
The deal entity identifier of the failing record.
- Parameters:
entityId- The deal entity identifier of the failing record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerAwsAccountId
The customer AWS account ID of the failing record.
- Parameters:
customerAwsAccountId- The customer AWS account ID of the failing record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveFrom
Effective start date of the failing record.
- Parameters:
effectiveFrom- Effective start date of the failing record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveUntil
Effective end date of the failing record.
- Parameters:
effectiveUntil- Effective end date of the failing record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
The action that was attempted.
- Parameters:
action- The action that was attempted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action that was attempted.
- Parameters:
action- The action that was attempted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
Machine-readable error code.
- Parameters:
errorCode- Machine-readable error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
RevenueAttributionAllocationErrorDetail.Builder errorCode(RevenueAttributionAllocationErrorCode errorCode) Machine-readable error code.
- Parameters:
errorCode- Machine-readable error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
Human-readable error description.
- Parameters:
errorMessage- Human-readable error description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-