Interface VirtualInterfaceTestHistory.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VirtualInterfaceTestHistory.Builder,,- VirtualInterfaceTestHistory> - SdkBuilder<VirtualInterfaceTestHistory.Builder,,- VirtualInterfaceTestHistory> - SdkPojo
- Enclosing class:
- VirtualInterfaceTestHistory
@Mutable
@NotThreadSafe
public static interface VirtualInterfaceTestHistory.Builder
extends SdkPojo, CopyableBuilder<VirtualInterfaceTestHistory.Builder,VirtualInterfaceTestHistory> 
- 
Method SummaryModifier and TypeMethodDescriptionThe BGP peers that were put in the DOWN state as part of the virtual interface failover test.bgpPeers(Collection<String> bgpPeers) The BGP peers that were put in the DOWN state as part of the virtual interface failover test.The time that the virtual interface moves out of the DOWN state.ownerAccount(String ownerAccount) The owner ID of the tested virtual interface.The time that the virtual interface moves to the DOWN state.The status of the virtual interface failover test.testDurationInMinutes(Integer testDurationInMinutes) The time that the virtual interface failover test ran in minutes.The ID of the virtual interface failover test.virtualInterfaceId(String virtualInterfaceId) The ID of the tested virtual interface.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
testIdThe ID of the virtual interface failover test. - Parameters:
- testId- The ID of the virtual interface failover test.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
virtualInterfaceIdThe ID of the tested virtual interface. - Parameters:
- virtualInterfaceId- The ID of the tested virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bgpPeersThe BGP peers that were put in the DOWN state as part of the virtual interface failover test. - Parameters:
- bgpPeers- The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bgpPeersThe BGP peers that were put in the DOWN state as part of the virtual interface failover test. - Parameters:
- bgpPeers- The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the virtual interface failover test. - Parameters:
- status- The status of the virtual interface failover test.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ownerAccountThe owner ID of the tested virtual interface. - Parameters:
- ownerAccount- The owner ID of the tested virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
testDurationInMinutesThe time that the virtual interface failover test ran in minutes. - Parameters:
- testDurationInMinutes- The time that the virtual interface failover test ran in minutes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
startTimeThe time that the virtual interface moves to the DOWN state. - Parameters:
- startTime- The time that the virtual interface moves to the DOWN state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeThe time that the virtual interface moves out of the DOWN state. - Parameters:
- endTime- The time that the virtual interface moves out of the DOWN state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-