Constructor and Description |
---|
SSHFPData.Builder() |
Modifier and Type | Method and Description |
---|---|
SSHFPData.Builder |
algorithm(int algorithm) |
SSHFPData |
build() |
SSHFPData.Builder |
fingerprint(String fingerprint) |
SSHFPData.Builder |
fptype(int fptype) |
public SSHFPData.Builder algorithm(int algorithm)
SSHFPData.getAlgorithm()
public SSHFPData.Builder fptype(int fptype)
SSHFPData.getType()
public SSHFPData.Builder fingerprint(String fingerprint)
SSHFPData.getFingerprint()
public SSHFPData build()
Copyright © 2009-2013 jclouds. All Rights Reserved.