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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SshKeyNamebuild()StringgetLocation()StringgetProject()StringgetSshKey()SshKeyName.BuildersetLocation(String location)SshKeyName.BuildersetProject(String project)SshKeyName.BuildersetSshKey(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()
-
-