Class ErrorFrameName.Builder (0.26.0)

public static class ErrorFrameName.Builder

Builder for projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}.

Inheritance

java.lang.Object > ErrorFrameName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ErrorFrameName build()
Returns
Type Description
ErrorFrameName

getErrorFrame()

public String getErrorFrame()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSource()

public String getSource()
Returns
Type Description
String

setErrorFrame(String errorFrame)

public ErrorFrameName.Builder setErrorFrame(String errorFrame)
Parameter
Name Description
errorFrame String
Returns
Type Description
ErrorFrameName.Builder

setLocation(String location)

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

setProject(String project)

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

setSource(String source)

public ErrorFrameName.Builder setSource(String source)
Parameter
Name Description
source String
Returns
Type Description
ErrorFrameName.Builder