Interface TargetNetwork.Builder

  • Method Details

    • topology

      TargetNetwork.Builder topology(String topology)

      The network topology type for the target environment.

      Parameters:
      topology - The network topology type for the target environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • topology

      The network topology type for the target environment.

      Parameters:
      topology - The network topology type for the target environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • inboundCidr

      TargetNetwork.Builder inboundCidr(String inboundCidr)

      The CIDR block for inbound traffic in the target network.

      Parameters:
      inboundCidr - The CIDR block for inbound traffic in the target network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outboundCidr

      TargetNetwork.Builder outboundCidr(String outboundCidr)

      The CIDR block for outbound traffic in the target network.

      Parameters:
      outboundCidr - The CIDR block for outbound traffic in the target network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inspectionCidr

      TargetNetwork.Builder inspectionCidr(String inspectionCidr)

      The CIDR block for inspection traffic in the target network.

      Parameters:
      inspectionCidr - The CIDR block for inspection traffic in the target network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.