Class SshKeyName.Builder
- java.lang.Object
-
- com.google.cloud.baremetalsolution.v2.SshKeyName.Builder
-
- Enclosing class:
- SshKeyName
public static class SshKeyName.Builder extends Object
Builder for projects/{project}/locations/{location}/sshKeys/{ssh_key}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SshKeyName
build()
String
getLocation()
String
getProject()
String
getSshKey()
SshKeyName.Builder
setLocation(String location)
SshKeyName.Builder
setProject(String project)
SshKeyName.Builder
setSshKey(String sshKey)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getSshKey
public String getSshKey()
-
setProject
public SshKeyName.Builder setProject(String project)
-
setLocation
public SshKeyName.Builder setLocation(String location)
-
setSshKey
public SshKeyName.Builder setSshKey(String sshKey)
-
build
public SshKeyName build()
-
-