Class FeaturestoreName.Builder (3.44.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
Type Description
FeaturestoreName

getFeaturestore()

public String getFeaturestore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setFeaturestore(String featurestore)

public FeaturestoreName.Builder setFeaturestore(String featurestore)
Parameter
Name Description
featurestore String
Returns
Type Description
FeaturestoreName.Builder

setLocation(String location)

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

setProject(String project)

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