public static interface ResourceError.Builder extends SdkPojo, CopyableBuilder<ResourceError.Builder,ResourceError>
| Modifier and Type | Method and Description |
|---|---|
ResourceError.Builder |
logicalResourceId(String logicalResourceId)
This is the identifier of the resource.
|
ResourceError.Builder |
physicalResourceId(String physicalResourceId)
This is the identifier of the physical resource.
|
ResourceError.Builder |
reason(String reason)
This is the error message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceError.Builder logicalResourceId(String logicalResourceId)
This is the identifier of the resource.
logicalResourceId - This is the identifier of the resource.ResourceError.Builder physicalResourceId(String physicalResourceId)
This is the identifier of the physical resource.
physicalResourceId - This is the identifier of the physical resource.ResourceError.Builder reason(String reason)
This is the error message.
reason - This is the error message.Copyright © 2023. All rights reserved.