Interface ProtocolsListDataSummary.Builder

    • Method Detail

      • listArn

        ProtocolsListDataSummary.Builder listArn​(String listArn)

        The Amazon Resource Name (ARN) of the specified protocols list.

        Parameters:
        listArn - The Amazon Resource Name (ARN) of the specified protocols list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • listId

        ProtocolsListDataSummary.Builder listId​(String listId)

        The ID of the specified protocols list.

        Parameters:
        listId - The ID of the specified protocols list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • listName

        ProtocolsListDataSummary.Builder listName​(String listName)

        The name of the specified protocols list.

        Parameters:
        listName - The name of the specified protocols list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocolsList

        ProtocolsListDataSummary.Builder protocolsList​(Collection<String> protocolsList)

        An array of protocols in the Firewall Manager protocols list.

        Parameters:
        protocolsList - An array of protocols in the Firewall Manager protocols list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocolsList

        ProtocolsListDataSummary.Builder protocolsList​(String... protocolsList)

        An array of protocols in the Firewall Manager protocols list.

        Parameters:
        protocolsList - An array of protocols in the Firewall Manager protocols list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.