| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Interconnect.Builder |
Interconnect.Builder.awsDevice(String awsDevice)
The Direct Connect endpoint on which the physical connection terminates.
|
Interconnect.Builder |
Interconnect.Builder.awsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that terminates the physical connection.
|
Interconnect.Builder |
Interconnect.Builder.awsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
Interconnect.Builder |
Interconnect.Builder.bandwidth(String bandwidth)
The bandwidth of the connection.
|
static Interconnect.Builder |
Interconnect.builder() |
Interconnect.Builder |
Interconnect.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
Interconnect.Builder |
Interconnect.Builder.hasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
Interconnect.Builder |
Interconnect.Builder.interconnectId(String interconnectId)
The ID of the interconnect.
|
Interconnect.Builder |
Interconnect.Builder.interconnectName(String interconnectName)
The name of the interconnect.
|
Interconnect.Builder |
Interconnect.Builder.interconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
Interconnect.Builder |
Interconnect.Builder.interconnectState(String interconnectState)
The state of the interconnect.
|
Interconnect.Builder |
Interconnect.Builder.jumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames (9001 MTU) are supported.
|
Interconnect.Builder |
Interconnect.Builder.lagId(String lagId)
The ID of the LAG.
|
Interconnect.Builder |
Interconnect.Builder.loaIssueTime(Instant loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
Interconnect.Builder |
Interconnect.Builder.location(String location)
The location of the connection.
|
Interconnect.Builder |
Interconnect.Builder.providerName(String providerName)
The name of the service provider associated with the interconnect.
|
Interconnect.Builder |
Interconnect.Builder.region(String region)
The Amazon Web Services Region where the connection is located.
|
Interconnect.Builder |
Interconnect.Builder.tags(Collection<Tag> tags)
The tags associated with the interconnect.
|
Interconnect.Builder |
Interconnect.Builder.tags(Consumer<Tag.Builder>... tags)
The tags associated with the interconnect.
|
Interconnect.Builder |
Interconnect.Builder.tags(Tag... tags)
The tags associated with the interconnect.
|
Interconnect.Builder |
Interconnect.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Interconnect.Builder> |
Interconnect.serializableBuilderClass() |
Copyright © 2022. All rights reserved.