Class AttachmentName.Builder (1.52.0)

public static class AttachmentName.Builder

Builder for projects/{project}/locations/{location}/repositories/{repository}/attachments/{attachment}.

Inheritance

java.lang.Object > AttachmentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AttachmentName build()
Returns
Type Description
AttachmentName

getAttachment()

public String getAttachment()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRepository()

public String getRepository()
Returns
Type Description
String

setAttachment(String attachment)

public AttachmentName.Builder setAttachment(String attachment)
Parameter
Name Description
attachment String
Returns
Type Description
AttachmentName.Builder

setLocation(String location)

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

setProject(String project)

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

setRepository(String repository)

public AttachmentName.Builder setRepository(String repository)
Parameter
Name Description
repository String
Returns
Type Description
AttachmentName.Builder