Class InterconnectAttachmentName.Builder (0.1.0)

public static class InterconnectAttachmentName.Builder

Builder for projects/{project}/locations/{location}/zones/{zone}/interconnectAttachments/{interconnect_attachment}.

Inheritance

java.lang.Object > InterconnectAttachmentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public InterconnectAttachmentName build()
Returns
TypeDescription
InterconnectAttachmentName

getInterconnectAttachment()

public String getInterconnectAttachment()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getZone()

public String getZone()
Returns
TypeDescription
String

setInterconnectAttachment(String interconnectAttachment)

public InterconnectAttachmentName.Builder setInterconnectAttachment(String interconnectAttachment)
Parameter
NameDescription
interconnectAttachmentString
Returns
TypeDescription
InterconnectAttachmentName.Builder

setLocation(String location)

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

setProject(String project)

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

setZone(String zone)

public InterconnectAttachmentName.Builder setZone(String zone)
Parameter
NameDescription
zoneString
Returns
TypeDescription
InterconnectAttachmentName.Builder