public static interface ResourceError.Builder extends SdkPojo, CopyableBuilder<ResourceError.Builder,ResourceError>
| Modifier and Type | Method and Description |
|---|---|
ResourceError.Builder |
errorCode(FleetErrorCode errorCode)
The error code.
|
ResourceError.Builder |
errorCode(String errorCode)
The error code.
|
ResourceError.Builder |
errorMessage(String errorMessage)
The error message.
|
ResourceError.Builder |
errorTimestamp(Instant errorTimestamp)
The time the error occurred.
|
copyapplyMutation, buildResourceError.Builder errorCode(String errorCode)
The error code.
errorCode - The error code.FleetErrorCode,
FleetErrorCodeResourceError.Builder errorCode(FleetErrorCode errorCode)
The error code.
errorCode - The error code.FleetErrorCode,
FleetErrorCodeResourceError.Builder errorMessage(String errorMessage)
The error message.
errorMessage - The error message.ResourceError.Builder errorTimestamp(Instant errorTimestamp)
The time the error occurred.
errorTimestamp - The time the error occurred.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.