Class CdnKeyName.Builder (0.44.0)

public static class CdnKeyName.Builder

Builder for projects/{project}/locations/{location}/cdnKeys/{cdn_key}.

Inheritance

java.lang.Object > CdnKeyName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CdnKeyName build()
Returns
Type Description
CdnKeyName

getCdnKey()

public String getCdnKey()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCdnKey(String cdnKey)

public CdnKeyName.Builder setCdnKey(String cdnKey)
Parameter
Name Description
cdnKey String
Returns
Type Description
CdnKeyName.Builder

setLocation(String location)

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

setProject(String project)

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