Interface ListVirtualInterfaceTestHistoryRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListVirtualInterfaceTestHistoryRequest.Builder,ListVirtualInterfaceTestHistoryRequest>, DirectConnectRequest.Builder, SdkBuilder<ListVirtualInterfaceTestHistoryRequest.Builder,ListVirtualInterfaceTestHistoryRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListVirtualInterfaceTestHistoryRequest

  • 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

      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

      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 returned nextToken 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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.