Class AcceleratorTypeName.Builder (2.43.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
Type Description
AcceleratorTypeName

getAcceleratorType()

public String getAcceleratorType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAcceleratorType(String acceleratorType)

public AcceleratorTypeName.Builder setAcceleratorType(String acceleratorType)
Parameter
Name Description
acceleratorType String
Returns
Type Description
AcceleratorTypeName.Builder

setLocation(String location)

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

setProject(String project)

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