Class CryptoKeyPathName.Builder (2.45.0)

public static class CryptoKeyPathName.Builder

Builder for CryptoKeyPathName.

Inheritance

java.lang.Object > CryptoKeyPathName.Builder

Methods

build()

public CryptoKeyPathName build()
Returns
Type Description
CryptoKeyPathName

getCryptoKeyPath()

public String getCryptoKeyPath()
Returns
Type Description
String

getKeyRing()

public String getKeyRing()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCryptoKeyPath(String cryptoKeyPath)

public CryptoKeyPathName.Builder setCryptoKeyPath(String cryptoKeyPath)
Parameter
Name Description
cryptoKeyPath String
Returns
Type Description
CryptoKeyPathName.Builder

setKeyRing(String keyRing)

public CryptoKeyPathName.Builder setKeyRing(String keyRing)
Parameter
Name Description
keyRing String
Returns
Type Description
CryptoKeyPathName.Builder

setLocation(String location)

public CryptoKeyPathName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
CryptoKeyPathName.Builder

setProject(String project)

public CryptoKeyPathName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
CryptoKeyPathName.Builder