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 |
region(String region)
The AWS Region where the connection is located.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateInterconnectResponse.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.
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.
InterconnectState
,
InterconnectState
CreateInterconnectResponse.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.
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.
InterconnectState
,
InterconnectState
CreateInterconnectResponse.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
,
HasLogicalRedundancy
CreateInterconnectResponse.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
,
HasLogicalRedundancy
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.