public static interface ListVirtualInterfaceTestHistoryRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<ListVirtualInterfaceTestHistoryRequest.Builder,ListVirtualInterfaceTestHistoryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVirtualInterfaceTestHistoryRequest.Builder testId(String testId)
The ID of the virtual interface failover test.
testId - The ID of the virtual interface failover test.ListVirtualInterfaceTestHistoryRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface that was tested.
virtualInterfaceId - The ID of the virtual interface that was tested.ListVirtualInterfaceTestHistoryRequest.Builder bgpPeers(Collection<String> bgpPeers)
The BGP peers that were placed in the DOWN state during the virtual interface failover test.
bgpPeers - The BGP peers that were placed in the DOWN state during the virtual interface failover test.ListVirtualInterfaceTestHistoryRequest.Builder bgpPeers(String... bgpPeers)
The BGP peers that were placed in the DOWN state during the virtual interface failover test.
bgpPeers - The BGP peers that were placed in the DOWN state during the virtual interface failover test.ListVirtualInterfaceTestHistoryRequest.Builder status(String status)
The status of the virtual interface failover test.
status - The status of the virtual interface failover test.ListVirtualInterfaceTestHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are returned.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are returned.
ListVirtualInterfaceTestHistoryRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListVirtualInterfaceTestHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVirtualInterfaceTestHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.