public static interface AllowedPublishers.Builder extends SdkPojo, CopyableBuilder<AllowedPublishers.Builder,AllowedPublishers>
| Modifier and Type | Method and Description |
|---|---|
AllowedPublishers.Builder |
signingProfileVersionArns(Collection<String> signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles.
|
AllowedPublishers.Builder |
signingProfileVersionArns(String... signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAllowedPublishers.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.
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.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.
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.Copyright © 2022. All rights reserved.