Class CryptoKeyPathName.Builder (2.21.0)

public static class CryptoKeyPathName.Builder

Builder for CryptoKeyPathName.

Inheritance

java.lang.Object > CryptoKeyPathName.Builder

Methods

build()

public CryptoKeyPathName build()
Returns
TypeDescription
CryptoKeyPathName

getCryptoKeyPath()

public String getCryptoKeyPath()
Returns
TypeDescription
String

getKeyRing()

public String getKeyRing()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCryptoKeyPath(String cryptoKeyPath)

public CryptoKeyPathName.Builder setCryptoKeyPath(String cryptoKeyPath)
Parameter
NameDescription
cryptoKeyPathString
Returns
TypeDescription
CryptoKeyPathName.Builder

setKeyRing(String keyRing)

public CryptoKeyPathName.Builder setKeyRing(String keyRing)
Parameter
NameDescription
keyRingString
Returns
TypeDescription
CryptoKeyPathName.Builder

setLocation(String location)

public CryptoKeyPathName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
CryptoKeyPathName.Builder

setProject(String project)

public CryptoKeyPathName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
CryptoKeyPathName.Builder