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 Details

    • errorCode

      StorageGatewayError.Builder errorCode(String errorCode)

      Additional information about the error.

      Parameters:
      errorCode - Additional information about the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      StorageGatewayError.Builder errorCode(ErrorCode errorCode)

      Additional information about the error.

      Parameters:
      errorCode - Additional information about the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.