public static interface ResourceError.Builder extends CopyableBuilder<ResourceError.Builder,ResourceError>
Modifier and Type | Method and Description |
---|---|
ResourceError.Builder |
errorCode(FleetErrorCode errorCode)
Sets the value of the ErrorCode property for this object.
|
ResourceError.Builder |
errorCode(String errorCode)
Sets the value of the ErrorCode property for this object.
|
ResourceError.Builder |
errorMessage(String errorMessage)
Sets the value of the ErrorMessage property for this object.
|
ResourceError.Builder |
errorTimestamp(Instant errorTimestamp)
Sets the value of the ErrorTimestamp property for this object.
|
copy
applyMutation, build
ResourceError.Builder errorCode(String errorCode)
errorCode
- The new value for the ErrorCode property for this object.FleetErrorCode
,
FleetErrorCode
ResourceError.Builder errorCode(FleetErrorCode errorCode)
errorCode
- The new value for the ErrorCode property for this object.FleetErrorCode
,
FleetErrorCode
ResourceError.Builder errorMessage(String errorMessage)
errorMessage
- The new value for the ErrorMessage property for this object.ResourceError.Builder errorTimestamp(Instant errorTimestamp)
errorTimestamp
- The new value for the ErrorTimestamp property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.