Class AcceleratorTypeName.Builder (2.42.0)

public static class AcceleratorTypeName.Builder

Builder for projects/{project}/locations/{location}/acceleratorTypes/{accelerator_type}.

Inheritance

java.lang.Object > AcceleratorTypeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AcceleratorTypeName build()
Returns
TypeDescription
AcceleratorTypeName

getAcceleratorType()

public String getAcceleratorType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAcceleratorType(String acceleratorType)

public AcceleratorTypeName.Builder setAcceleratorType(String acceleratorType)
Parameter
NameDescription
acceleratorTypeString
Returns
TypeDescription
AcceleratorTypeName.Builder

setLocation(String location)

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

setProject(String project)

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