Interface PackageGroupReference.Builder

    • Method Detail

      • arn

        PackageGroupReference.Builder arn​(String arn)

        The ARN of the package group.

        Parameters:
        arn - The ARN of the package group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pattern

        PackageGroupReference.Builder pattern​(String pattern)

        The pattern of the package group. The pattern determines which packages are associated with the package group, and is also the identifier of the package group.

        Parameters:
        pattern - The pattern of the package group. The pattern determines which packages are associated with the package group, and is also the identifier of the package group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.