Class UserName.Builder (0.30.0)

public static class UserName.Builder

Builder for projects/{project}/locations/{location}/clusters/{cluster}/users/{user}.

Inheritance

java.lang.Object > UserName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public UserName build()
Returns
TypeDescription
UserName

getCluster()

public String getCluster()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getUser()

public String getUser()
Returns
TypeDescription
String

setCluster(String cluster)

public UserName.Builder setCluster(String cluster)
Parameter
NameDescription
clusterString
Returns
TypeDescription
UserName.Builder

setLocation(String location)

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

setProject(String project)

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

setUser(String user)

public UserName.Builder setUser(String user)
Parameter
NameDescription
userString
Returns
TypeDescription
UserName.Builder