Class AttributeName.Builder (0.2.0)

public static class AttributeName.Builder

Builder for projects/{project}/locations/{location}/attributes/{attribute}.

Inheritance

java.lang.Object > AttributeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AttributeName build()
Returns
Type Description
AttributeName

getAttribute()

public String getAttribute()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAttribute(String attribute)

public AttributeName.Builder setAttribute(String attribute)
Parameter
Name Description
attribute String
Returns
Type Description
AttributeName.Builder

setLocation(String location)

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

setProject(String project)

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