org.jclouds.googlecomputeengine.domain
Class Operation.Error.Builder

java.lang.Object
  extended by org.jclouds.googlecomputeengine.domain.Operation.Error.Builder
Enclosing class:
Operation.Error

public static final class Operation.Error.Builder
extends Object


Constructor Summary
Operation.Error.Builder()
           
 
Method Summary
 Operation.Error build()
           
 Operation.Error.Builder code(String code)
           
 Operation.Error.Builder fromOperationErrorDetail(Operation.Error in)
           
 Operation.Error.Builder location(String location)
           
 Operation.Error.Builder message(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operation.Error.Builder

public Operation.Error.Builder()
Method Detail

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-2014 The Apache Software Foundation. All Rights Reserved.