org.jclouds.googlecomputeengine.domain
Class Operation.Error.Builder
java.lang.Object
org.jclouds.googlecomputeengine.domain.Operation.Error.Builder
- Enclosing class:
- Operation.Error
public static final class Operation.Error.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Operation.Error.Builder
public Operation.Error.Builder()
code
public Operation.Error.Builder code(String code)
- See Also:
Operation.Error.getCode()
location
public Operation.Error.Builder location(String location)
- See Also:
Operation.Error.getLocation()
message
public Operation.Error.Builder message(String message)
- See Also:
Operation.Error.getMessage()
build
public Operation.Error build()
fromOperationErrorDetail
public Operation.Error.Builder fromOperationErrorDetail(Operation.Error in)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.