Interface AllowedPublishers.Builder

    • Method Detail

      • signingProfileVersionArns

        AllowedPublishers.Builder signingProfileVersionArns​(Collection<String> signingProfileVersionArns)

        The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.

        Parameters:
        signingProfileVersionArns - The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signingProfileVersionArns

        AllowedPublishers.Builder signingProfileVersionArns​(String... signingProfileVersionArns)

        The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.

        Parameters:
        signingProfileVersionArns - The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.