public static interface ServiceError.Builder extends CopyableBuilder<ServiceError.Builder,ServiceError>
| Modifier and Type | Method and Description |
|---|---|
ServiceError.Builder |
createdAt(String createdAt)
When the error occurred.
|
ServiceError.Builder |
instanceId(String instanceId)
The instance ID.
|
ServiceError.Builder |
message(String message)
A message that describes the error.
|
ServiceError.Builder |
serviceErrorId(String serviceErrorId)
The error ID.
|
ServiceError.Builder |
stackId(String stackId)
The stack ID.
|
ServiceError.Builder |
type(String type)
The error type.
|
copyapply, buildServiceError.Builder serviceErrorId(String serviceErrorId)
The error ID.
serviceErrorId - The error ID.ServiceError.Builder stackId(String stackId)
The stack ID.
stackId - The stack ID.ServiceError.Builder instanceId(String instanceId)
The instance ID.
instanceId - The instance ID.ServiceError.Builder type(String type)
The error type.
type - The error type.ServiceError.Builder message(String message)
A message that describes the error.
message - A message that describes the error.ServiceError.Builder createdAt(String createdAt)
When the error occurred.
createdAt - When the error occurred.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.