public static interface StartBgpFailoverTestRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<StartBgpFailoverTestRequest.Builder,StartBgpFailoverTestRequest>
| Modifier and Type | Method and Description |
|---|---|
StartBgpFailoverTestRequest.Builder |
bgpPeers(Collection<String> bgpPeers)
The BGP peers to place in the DOWN state.
|
StartBgpFailoverTestRequest.Builder |
bgpPeers(String... bgpPeers)
The BGP peers to place in the DOWN state.
|
StartBgpFailoverTestRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartBgpFailoverTestRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartBgpFailoverTestRequest.Builder |
testDurationInMinutes(Integer testDurationInMinutes)
The time in minutes that the virtual interface failover test will last.
|
StartBgpFailoverTestRequest.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface you want to test.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartBgpFailoverTestRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface you want to test.
virtualInterfaceId - The ID of the virtual interface you want to test.StartBgpFailoverTestRequest.Builder bgpPeers(Collection<String> bgpPeers)
The BGP peers to place in the DOWN state.
bgpPeers - The BGP peers to place in the DOWN state.StartBgpFailoverTestRequest.Builder bgpPeers(String... bgpPeers)
The BGP peers to place in the DOWN state.
bgpPeers - The BGP peers to place in the DOWN state.StartBgpFailoverTestRequest.Builder testDurationInMinutes(Integer testDurationInMinutes)
The time in minutes that the virtual interface failover test will last.
Maximum value: 4,320 minutes (72 hours).
Default: 180 minutes (3 hours).
testDurationInMinutes - The time in minutes that the virtual interface failover test will last.
Maximum value: 4,320 minutes (72 hours).
Default: 180 minutes (3 hours).
StartBgpFailoverTestRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartBgpFailoverTestRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.