public static interface FailedResource.Builder extends SdkPojo, CopyableBuilder<FailedResource.Builder,FailedResource>
| Modifier and Type | Method and Description |
|---|---|
FailedResource.Builder |
errorCode(String errorCode)
The error code associated with the failure.
|
FailedResource.Builder |
errorMessage(String errorMessage)
The error message text associated with the failure.
|
FailedResource.Builder |
resourceArn(String resourceArn)
The ARN of the resource that failed to be added or removed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailedResource.Builder resourceArn(String resourceArn)
The ARN of the resource that failed to be added or removed.
resourceArn - The ARN of the resource that failed to be added or removed.FailedResource.Builder errorMessage(String errorMessage)
The error message text associated with the failure.
errorMessage - The error message text associated with the failure.FailedResource.Builder errorCode(String errorCode)
The error code associated with the failure.
errorCode - The error code associated with the failure.Copyright © 2023. All rights reserved.