Interface StorageGatewayError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StorageGatewayError.Builder,StorageGatewayError>,SdkBuilder<StorageGatewayError.Builder,StorageGatewayError>,SdkPojo
- Enclosing class:
- StorageGatewayError
public static interface StorageGatewayError.Builder extends SdkPojo, CopyableBuilder<StorageGatewayError.Builder,StorageGatewayError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageGatewayError.BuildererrorCode(String errorCode)Additional information about the error.StorageGatewayError.BuildererrorCode(ErrorCode errorCode)Additional information about the error.StorageGatewayError.BuildererrorDetails(Map<String,String> errorDetails)Human-readable text that provides detail about the error that occurred.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
errorCode
StorageGatewayError.Builder errorCode(String errorCode)
Additional information about the error.
-
errorCode
StorageGatewayError.Builder errorCode(ErrorCode errorCode)
Additional information about the error.
-
errorDetails
StorageGatewayError.Builder errorDetails(Map<String,String> errorDetails)
Human-readable text that provides detail about the error that occurred.
- Parameters:
errorDetails- Human-readable text that provides detail about the error that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-