org.jclouds.dynect.v3.domain.rdata
Class SSHFPData.Builder

java.lang.Object
  extended by org.jclouds.dynect.v3.domain.rdata.SSHFPData.Builder
Enclosing class:
SSHFPData

public static final class SSHFPData.Builder
extends Object


Constructor Summary
SSHFPData.Builder()
           
 
Method Summary
 SSHFPData.Builder algorithm(int algorithm)
           
 SSHFPData build()
           
 SSHFPData.Builder fingerprint(String fingerprint)
           
 SSHFPData.Builder fptype(int fptype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHFPData.Builder

public SSHFPData.Builder()
Method Detail

algorithm

public SSHFPData.Builder algorithm(int algorithm)
See Also:
SSHFPData.getAlgorithm()

fptype

public SSHFPData.Builder fptype(int fptype)
See Also:
SSHFPData.getType()

fingerprint

public SSHFPData.Builder fingerprint(String fingerprint)
See Also:
SSHFPData.getFingerprint()

build

public SSHFPData build()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.