Interface AllowedPublishers.Builder

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

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

    • 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.