public static interface CreateInterconnectResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateInterconnectResponse.Builder,CreateInterconnectResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateInterconnectResponse.Builder |
awsDevice(String awsDevice)
The Direct Connect endpoint on which the physical connection terminates.
|
CreateInterconnectResponse.Builder |
awsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint on which the physical connection terminates.
|
CreateInterconnectResponse.Builder |
bandwidth(String bandwidth)
The bandwidth of the connection.
|
CreateInterconnectResponse.Builder |
hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
CreateInterconnectResponse.Builder |
hasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
CreateInterconnectResponse.Builder |
interconnectId(String interconnectId)
The ID of the interconnect.
|
CreateInterconnectResponse.Builder |
interconnectName(String interconnectName)
The name of the interconnect.
|
CreateInterconnectResponse.Builder |
interconnectState(InterconnectState interconnectState)
The state of the interconnect.
|
CreateInterconnectResponse.Builder |
interconnectState(String interconnectState)
The state of the interconnect.
|
CreateInterconnectResponse.Builder |
jumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames (9001 MTU) are supported.
|
CreateInterconnectResponse.Builder |
lagId(String lagId)
The ID of the LAG.
|
CreateInterconnectResponse.Builder |
loaIssueTime(Instant loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
|
CreateInterconnectResponse.Builder |
location(String location)
The location of the connection.
|
CreateInterconnectResponse.Builder |
providerName(String providerName)
The name of the service provider associated with the interconnect.
|
CreateInterconnectResponse.Builder |
region(String region)
The AWS Region where the connection is located.
|
CreateInterconnectResponse.Builder |
tags(Collection<Tag> tags)
The tags associated with the interconnect.
|
CreateInterconnectResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with the interconnect.
|
CreateInterconnectResponse.Builder |
tags(Tag... tags)
The tags associated with the interconnect.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateInterconnectResponse.Builder interconnectId(String interconnectId)
The ID of the interconnect.
interconnectId - The ID of the interconnect.CreateInterconnectResponse.Builder interconnectName(String interconnectName)
The name of the interconnect.
interconnectName - The name of the interconnect.CreateInterconnectResponse.Builder interconnectState(String interconnectState)
The state of the interconnect. The following are the possible values:
requested: The initial state of an interconnect. The interconnect stays in the requested state
until the Letter of Authorization (LOA) is sent to the customer.
pending: The interconnect is approved, and is being initialized.
available: The network link is up, and the interconnect is ready for use.
down: The network link is down.
deleting: The interconnect is being deleted.
deleted: The interconnect is deleted.
unknown: The state of the interconnect is not available.
interconnectState - The state of the interconnect. The following are the possible values:
requested: The initial state of an interconnect. The interconnect stays in the requested
state until the Letter of Authorization (LOA) is sent to the customer.
pending: The interconnect is approved, and is being initialized.
available: The network link is up, and the interconnect is ready for use.
down: The network link is down.
deleting: The interconnect is being deleted.
deleted: The interconnect is deleted.
unknown: The state of the interconnect is not available.
InterconnectState,
InterconnectStateCreateInterconnectResponse.Builder interconnectState(InterconnectState interconnectState)
The state of the interconnect. The following are the possible values:
requested: The initial state of an interconnect. The interconnect stays in the requested state
until the Letter of Authorization (LOA) is sent to the customer.
pending: The interconnect is approved, and is being initialized.
available: The network link is up, and the interconnect is ready for use.
down: The network link is down.
deleting: The interconnect is being deleted.
deleted: The interconnect is deleted.
unknown: The state of the interconnect is not available.
interconnectState - The state of the interconnect. The following are the possible values:
requested: The initial state of an interconnect. The interconnect stays in the requested
state until the Letter of Authorization (LOA) is sent to the customer.
pending: The interconnect is approved, and is being initialized.
available: The network link is up, and the interconnect is ready for use.
down: The network link is down.
deleting: The interconnect is being deleted.
deleted: The interconnect is deleted.
unknown: The state of the interconnect is not available.
InterconnectState,
InterconnectStateCreateInterconnectResponse.Builder region(String region)
The AWS Region where the connection is located.
region - The AWS Region where the connection is located.CreateInterconnectResponse.Builder location(String location)
The location of the connection.
location - The location of the connection.CreateInterconnectResponse.Builder bandwidth(String bandwidth)
The bandwidth of the connection.
bandwidth - The bandwidth of the connection.CreateInterconnectResponse.Builder loaIssueTime(Instant loaIssueTime)
The time of the most recent call to DescribeLoa for this connection.
loaIssueTime - The time of the most recent call to DescribeLoa for this connection.CreateInterconnectResponse.Builder lagId(String lagId)
The ID of the LAG.
lagId - The ID of the LAG.CreateInterconnectResponse.Builder awsDevice(String awsDevice)
The Direct Connect endpoint on which the physical connection terminates.
awsDevice - The Direct Connect endpoint on which the physical connection terminates.CreateInterconnectResponse.Builder jumboFrameCapable(Boolean jumboFrameCapable)
Indicates whether jumbo frames (9001 MTU) are supported.
jumboFrameCapable - Indicates whether jumbo frames (9001 MTU) are supported.CreateInterconnectResponse.Builder awsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint on which the physical connection terminates.
awsDeviceV2 - The Direct Connect endpoint on which the physical connection terminates.CreateInterconnectResponse.Builder hasLogicalRedundancy(String hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
hasLogicalRedundancy - Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).HasLogicalRedundancy,
HasLogicalRedundancyCreateInterconnectResponse.Builder hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
hasLogicalRedundancy - Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).HasLogicalRedundancy,
HasLogicalRedundancyCreateInterconnectResponse.Builder tags(Collection<Tag> tags)
The tags associated with the interconnect.
tags - The tags associated with the interconnect.CreateInterconnectResponse.Builder tags(Tag... tags)
The tags associated with the interconnect.
tags - The tags associated with the interconnect.CreateInterconnectResponse.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the interconnect.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateInterconnectResponse.Builder providerName(String providerName)
The name of the service provider associated with the interconnect.
providerName - The name of the service provider associated with the interconnect.Copyright © 2021. All rights reserved.