public static interface VirtualInterfaceTestHistory.Builder extends SdkPojo, CopyableBuilder<VirtualInterfaceTestHistory.Builder,VirtualInterfaceTestHistory>
Modifier and Type | Method and Description |
---|---|
VirtualInterfaceTestHistory.Builder |
bgpPeers(Collection<String> bgpPeers)
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
|
VirtualInterfaceTestHistory.Builder |
bgpPeers(String... bgpPeers)
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
|
VirtualInterfaceTestHistory.Builder |
endTime(Instant endTime)
The time that the virtual interface moves out of the DOWN state.
|
VirtualInterfaceTestHistory.Builder |
ownerAccount(String ownerAccount)
The owner ID of the tested virtual interface.
|
VirtualInterfaceTestHistory.Builder |
startTime(Instant startTime)
The time that the virtual interface moves to the DOWN state.
|
VirtualInterfaceTestHistory.Builder |
status(String status)
The status of the virtual interface failover test.
|
VirtualInterfaceTestHistory.Builder |
testDurationInMinutes(Integer testDurationInMinutes)
The time that the virtual interface failover test ran in minutes.
|
VirtualInterfaceTestHistory.Builder |
testId(String testId)
The ID of the virtual interface failover test.
|
VirtualInterfaceTestHistory.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the tested virtual interface.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VirtualInterfaceTestHistory.Builder testId(String testId)
The ID of the virtual interface failover test.
testId
- The ID of the virtual interface failover test.VirtualInterfaceTestHistory.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the tested virtual interface.
virtualInterfaceId
- The ID of the tested virtual interface.VirtualInterfaceTestHistory.Builder bgpPeers(Collection<String> bgpPeers)
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
bgpPeers
- The BGP peers that were put in the DOWN state as part of the virtual interface failover test.VirtualInterfaceTestHistory.Builder bgpPeers(String... bgpPeers)
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
bgpPeers
- The BGP peers that were put in the DOWN state as part of the virtual interface failover test.VirtualInterfaceTestHistory.Builder status(String status)
The status of the virtual interface failover test.
status
- The status of the virtual interface failover test.VirtualInterfaceTestHistory.Builder ownerAccount(String ownerAccount)
The owner ID of the tested virtual interface.
ownerAccount
- The owner ID of the tested virtual interface.VirtualInterfaceTestHistory.Builder testDurationInMinutes(Integer testDurationInMinutes)
The time that the virtual interface failover test ran in minutes.
testDurationInMinutes
- The time that the virtual interface failover test ran in minutes.VirtualInterfaceTestHistory.Builder startTime(Instant startTime)
The time that the virtual interface moves to the DOWN state.
startTime
- The time that the virtual interface moves to the DOWN state.VirtualInterfaceTestHistory.Builder endTime(Instant endTime)
The time that the virtual interface moves out of the DOWN state.
endTime
- The time that the virtual interface moves out of the DOWN state.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.