Interface FailedToUpdateAssociation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FailedToUpdateAssociation.Builder,,FailedToUpdateAssociation> SdkBuilder<FailedToUpdateAssociation.Builder,,FailedToUpdateAssociation> SdkPojo
- Enclosing class:
FailedToUpdateAssociation
@Mutable
@NotThreadSafe
public static interface FailedToUpdateAssociation.Builder
extends SdkPojo, CopyableBuilder<FailedToUpdateAssociation.Builder,FailedToUpdateAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN that could not be added or removed.The error code for the failure.errorMessage(String errorMessage) A description of the failure.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
-
arn
The ARN that could not be added or removed.
- Parameters:
arn- The ARN that could not be added or removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
A description of the failure.
- Parameters:
errorMessage- A description of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code for the failure.
- Parameters:
errorCode- The error code for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-