Interface AppsListDataSummary.Builder

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

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

    • 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

      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

      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

      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<App>).

      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: