Class InterconnectAttachmentName.Builder (0.11.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
Type Description
InterconnectAttachmentName

getInterconnectAttachment()

public String getInterconnectAttachment()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getZone()

public String getZone()
Returns
Type Description
String

setInterconnectAttachment(String interconnectAttachment)

public InterconnectAttachmentName.Builder setInterconnectAttachment(String interconnectAttachment)
Parameter
Name Description
interconnectAttachment String
Returns
Type Description
InterconnectAttachmentName.Builder

setLocation(String location)

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

setProject(String project)

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

setZone(String zone)

public InterconnectAttachmentName.Builder setZone(String zone)
Parameter
Name Description
zone String
Returns
Type Description
InterconnectAttachmentName.Builder