CopyableBuilder<StorageGatewayError.Builder,StorageGatewayError>
, SdkBuilder<StorageGatewayError.Builder,StorageGatewayError>
public static interface StorageGatewayError.Builder extends CopyableBuilder<StorageGatewayError.Builder,StorageGatewayError>
Modifier and Type | Method | Description |
---|---|---|
StorageGatewayError.Builder |
errorCode(String errorCode) |
Additional information about the error.
|
StorageGatewayError.Builder |
errorCode(ErrorCode errorCode) |
Additional information about the error.
|
StorageGatewayError.Builder |
errorDetails(Map<String,String> errorDetails) |
Human-readable text that provides detail about the error that occurred.
|
copy
apply, build
StorageGatewayError.Builder errorCode(String errorCode)
Additional information about the error.
errorCode
- Additional information about the error.ErrorCode
StorageGatewayError.Builder errorCode(ErrorCode errorCode)
Additional information about the error.
errorCode
- Additional information about the error.ErrorCode
StorageGatewayError.Builder errorDetails(Map<String,String> errorDetails)
Human-readable text that provides detail about the error that occurred.
errorDetails
- Human-readable text that provides detail about the error that occurred.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.