Interface GetInstancePortStatesResponse.Builder

    • Method Detail

      • portStates

        GetInstancePortStatesResponse.Builder portStates​(Collection<InstancePortState> portStates)

        An array of objects that describe the firewall port states for the specified instance.

        Parameters:
        portStates - An array of objects that describe the firewall port states for the specified instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portStates

        GetInstancePortStatesResponse.Builder portStates​(InstancePortState... portStates)

        An array of objects that describe the firewall port states for the specified instance.

        Parameters:
        portStates - An array of objects that describe the firewall port states for the specified instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.