Interface AllowedPublishers.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AllowedPublishers.Builder,,- AllowedPublishers> - SdkBuilder<AllowedPublishers.Builder,,- AllowedPublishers> - SdkPojo
- Enclosing class:
- AllowedPublishers
@Mutable
@NotThreadSafe
public static interface AllowedPublishers.Builder
extends SdkPojo, CopyableBuilder<AllowedPublishers.Builder,AllowedPublishers> 
- 
Method SummaryModifier and TypeMethodDescriptionsigningProfileVersionArns(String... signingProfileVersionArns) The Amazon Resource Name (ARN) for each of the signing profiles.signingProfileVersionArns(Collection<String> signingProfileVersionArns) The Amazon Resource Name (ARN) for each of the signing profiles.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
signingProfileVersionArnsThe 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.
 
- 
signingProfileVersionArnsThe 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.
 
 
-