Class SigningProfileReference.Builder
java.lang.Object
software.amazon.awscdk.services.signer.SigningProfileReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SigningProfileReference>
- Enclosing interface:
SigningProfileReference
@Stability(Stable)
public static final class SigningProfileReference.Builder
extends Object
implements software.amazon.jsii.Builder<SigningProfileReference>
A builder for
SigningProfileReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.signingProfileArn
(String signingProfileArn) Sets the value ofSigningProfileReference.getSigningProfileArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
signingProfileArn
@Stability(Stable) public SigningProfileReference.Builder signingProfileArn(String signingProfileArn) Sets the value ofSigningProfileReference.getSigningProfileArn()
- Parameters:
signingProfileArn
- The Arn of the SigningProfile resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<SigningProfileReference>
- Returns:
- a new instance of
SigningProfileReference
- Throws:
NullPointerException
- if any required attribute was not provided
-