Interface TargetNetworkUpdate.Builder

  • Method Details

    • topology

      TargetNetworkUpdate.Builder topology(String topology)

      The updated network topology type.

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

      The updated network topology type.

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

      TargetNetworkUpdate.Builder inboundCidr(String inboundCidr)

      The updated CIDR block for inbound traffic.

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

      TargetNetworkUpdate.Builder outboundCidr(String outboundCidr)

      The updated CIDR block for outbound traffic.

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

      TargetNetworkUpdate.Builder inspectionCidr(String inspectionCidr)

      The updated CIDR block for inspection traffic.

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