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
Modifier and TypeMethodDescriptionThe BGP peers that were placed in the DOWN state during the virtual interface failover test.bgpPeers
(Collection<String> bgpPeers) The BGP peers that were placed in the DOWN state during the virtual interface failover test.maxResults
(Integer maxResults) The maximum number of results to return with a single call.The token for the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status of the virtual interface failover test.The ID of the virtual interface failover test.virtualInterfaceId
(String virtualInterfaceId) The ID of the virtual interface that was tested.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 Details
-
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
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
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
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
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
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.- Parameters:
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returnednextToken
value.If
MaxResults
is 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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListVirtualInterfaceTestHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-