Package com.google.cloud.kms.v1
Class CryptoKeyPathName.Builder
- java.lang.Object
-
- com.google.cloud.kms.v1.CryptoKeyPathName.Builder
-
- Enclosing class:
- CryptoKeyPathName
public static class CryptoKeyPathName.Builder extends Object
Builder for CryptoKeyPathName.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptoKeyPathName
build()
String
getCryptoKeyPath()
String
getKeyRing()
String
getLocation()
String
getProject()
CryptoKeyPathName.Builder
setCryptoKeyPath(String cryptoKeyPath)
CryptoKeyPathName.Builder
setKeyRing(String keyRing)
CryptoKeyPathName.Builder
setLocation(String location)
CryptoKeyPathName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getKeyRing
public String getKeyRing()
-
getCryptoKeyPath
public String getCryptoKeyPath()
-
setProject
public CryptoKeyPathName.Builder setProject(String project)
-
setLocation
public CryptoKeyPathName.Builder setLocation(String location)
-
setKeyRing
public CryptoKeyPathName.Builder setKeyRing(String keyRing)
-
setCryptoKeyPath
public CryptoKeyPathName.Builder setCryptoKeyPath(String cryptoKeyPath)
-
build
public CryptoKeyPathName build()
-
-