Class SshKeyName.Builder (0.41.0)

public static class SshKeyName.Builder

Builder for projects/{project}/locations/{location}/sshKeys/{ssh_key}.

Inheritance

java.lang.Object > SshKeyName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public SshKeyName build()
Returns
TypeDescription
SshKeyName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSshKey()

public String getSshKey()
Returns
TypeDescription
String

setLocation(String location)

public SshKeyName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
SshKeyName.Builder

setProject(String project)

public SshKeyName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
SshKeyName.Builder

setSshKey(String sshKey)

public SshKeyName.Builder setSshKey(String sshKey)
Parameter
NameDescription
sshKeyString
Returns
TypeDescription
SshKeyName.Builder