Interface ProtocolsListDataSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProtocolsListDataSummary.Builder,ProtocolsListDataSummary>, SdkBuilder<ProtocolsListDataSummary.Builder,ProtocolsListDataSummary>, SdkPojo
Enclosing class:
ProtocolsListDataSummary

public static interface ProtocolsListDataSummary.Builder extends SdkPojo, CopyableBuilder<ProtocolsListDataSummary.Builder,ProtocolsListDataSummary>
  • Method Details

    • 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

      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

      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.