Package com.google.cloud.kms.v1
Class KeyRingName.Builder
- java.lang.Object
-
- com.google.cloud.kms.v1.KeyRingName.Builder
-
- Enclosing class:
- KeyRingName
public static class KeyRingName.Builder extends Object
Builder for projects/{project}/locations/{location}/keyRings/{key_ring}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyRingName
build()
String
getKeyRing()
String
getLocation()
String
getProject()
KeyRingName.Builder
setKeyRing(String keyRing)
KeyRingName.Builder
setLocation(String location)
KeyRingName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getKeyRing
public String getKeyRing()
-
setProject
public KeyRingName.Builder setProject(String project)
-
setLocation
public KeyRingName.Builder setLocation(String location)
-
setKeyRing
public KeyRingName.Builder setKeyRing(String keyRing)
-
build
public KeyRingName build()
-
-