Interface PackageGroupReference.Builder

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

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

    • 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

      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.