Class ErrorFrameName.Builder (0.4.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
TypeDescription
ErrorFrameName

getErrorFrame()

public String getErrorFrame()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSource()

public String getSource()
Returns
TypeDescription
String

setErrorFrame(String errorFrame)

public ErrorFrameName.Builder setErrorFrame(String errorFrame)
Parameter
NameDescription
errorFrameString
Returns
TypeDescription
ErrorFrameName.Builder

setLocation(String location)

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

setProject(String project)

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

setSource(String source)

public ErrorFrameName.Builder setSource(String source)
Parameter
NameDescription
sourceString
Returns
TypeDescription
ErrorFrameName.Builder