Interface AppsListDataSummary.Builder

    • Method Detail

      • listArn

        AppsListDataSummary.Builder listArn​(String listArn)

        The Amazon Resource Name (ARN) of the applications list.

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

        AppsListDataSummary.Builder listId​(String listId)

        The ID of the applications list.

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

        AppsListDataSummary.Builder listName​(String listName)

        The name of the applications list.

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

        AppsListDataSummary.Builder appsList​(Collection<App> appsList)

        An array of App objects in the Firewall Manager applications list.

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

        AppsListDataSummary.Builder appsList​(App... appsList)

        An array of App objects in the Firewall Manager applications list.

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

        AppsListDataSummary.Builder appsList​(Consumer<App.Builder>... appsList)

        An array of App objects in the Firewall Manager applications list.

        This is a convenience method that creates an instance of the App.Builder avoiding the need to create one manually via App.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #appsList(List).

        Parameters:
        appsList - a consumer that will call methods on App.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #appsList(java.util.Collection)