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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedPublishers.Builder
signingProfileVersionArns(String... signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles.AllowedPublishers.Builder
signingProfileVersionArns(Collection<String> signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-