Class VodStitchDetailName.Builder (0.42.0)

public static class VodStitchDetailName.Builder

Builder for projects/{project}/locations/{location}/vodSessions/{vod_session}/vodStitchDetails/{vod_stitch_detail}.

Inheritance

java.lang.Object > VodStitchDetailName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public VodStitchDetailName build()
Returns
Type Description
VodStitchDetailName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getVodSession()

public String getVodSession()
Returns
Type Description
String

getVodStitchDetail()

public String getVodStitchDetail()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setVodSession(String vodSession)

public VodStitchDetailName.Builder setVodSession(String vodSession)
Parameter
Name Description
vodSession String
Returns
Type Description
VodStitchDetailName.Builder

setVodStitchDetail(String vodStitchDetail)

public VodStitchDetailName.Builder setVodStitchDetail(String vodStitchDetail)
Parameter
Name Description
vodStitchDetail String
Returns
Type Description
VodStitchDetailName.Builder