Interface ListVirtualInterfaceTestHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListVirtualInterfaceTestHistoryRequest.Builder,ListVirtualInterfaceTestHistoryRequest>,DirectConnectRequest.Builder,SdkBuilder<ListVirtualInterfaceTestHistoryRequest.Builder,ListVirtualInterfaceTestHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListVirtualInterfaceTestHistoryRequest
public static interface ListVirtualInterfaceTestHistoryRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<ListVirtualInterfaceTestHistoryRequest.Builder,ListVirtualInterfaceTestHistoryRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
testId
ListVirtualInterfaceTestHistoryRequest.Builder testId(String testId)
The 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.
-
virtualInterfaceId
ListVirtualInterfaceTestHistoryRequest.Builder virtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface that was tested.
- Parameters:
virtualInterfaceId- The ID of the virtual interface that was tested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bgpPeers
ListVirtualInterfaceTestHistoryRequest.Builder bgpPeers(Collection<String> bgpPeers)
The BGP peers that were placed in the DOWN state during the virtual interface failover test.
- Parameters:
bgpPeers- The BGP peers that were placed in the DOWN state during the virtual interface failover test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bgpPeers
ListVirtualInterfaceTestHistoryRequest.Builder bgpPeers(String... bgpPeers)
The BGP peers that were placed in the DOWN state during the virtual interface failover test.
- Parameters:
bgpPeers- The BGP peers that were placed in the DOWN state during the virtual interface failover test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListVirtualInterfaceTestHistoryRequest.Builder status(String status)
The 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.
-
maxResults
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
nextTokenvalue.If
MaxResultsis given a value larger than 100, only 100 results are returned.- Parameters:
maxResults- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returnednextTokenvalue.If
MaxResultsis given a value larger than 100, only 100 results are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListVirtualInterfaceTestHistoryRequest.Builder nextToken(String nextToken)
The token for the next page of results.
- Parameters:
nextToken- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVirtualInterfaceTestHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListVirtualInterfaceTestHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-