Class SshKeyName.Builder (0.42.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
Type Description
SshKeyName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSshKey()

public String getSshKey()
Returns
Type Description
String

setLocation(String location)

public SshKeyName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
SshKeyName.Builder

setProject(String project)

public SshKeyName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
SshKeyName.Builder

setSshKey(String sshKey)

public SshKeyName.Builder setSshKey(String sshKey)
Parameter
Name Description
sshKey String
Returns
Type Description
SshKeyName.Builder