Class FeaturestoreName.Builder (3.0.0)

public static class FeaturestoreName.Builder

Builder for projects/{project}/locations/{location}/featurestores/{featurestore}.

Inheritance

java.lang.Object > FeaturestoreName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FeaturestoreName build()
Returns
TypeDescription
FeaturestoreName

getFeaturestore()

public String getFeaturestore()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setFeaturestore(String featurestore)

public FeaturestoreName.Builder setFeaturestore(String featurestore)
Parameter
NameDescription
featurestoreString
Returns
TypeDescription
FeaturestoreName.Builder

setLocation(String location)

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

setProject(String project)

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