Class SigningProfileAttributes.Builder
java.lang.Object
software.amazon.awscdk.services.signer.SigningProfileAttributes.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SigningProfileAttributes>
- Enclosing interface:
- SigningProfileAttributes
@Stability(Stable)
public static final class SigningProfileAttributes.Builder
extends Object
implements software.amazon.jsii.Builder<SigningProfileAttributes>
A builder for
SigningProfileAttributes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.signingProfileName(String signingProfileName) Sets the value ofSigningProfileAttributes.getSigningProfileName()signingProfileVersion(String signingProfileVersion) Sets the value ofSigningProfileAttributes.getSigningProfileVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
signingProfileName
@Stability(Stable) public SigningProfileAttributes.Builder signingProfileName(String signingProfileName) Sets the value ofSigningProfileAttributes.getSigningProfileName()- Parameters:
signingProfileName- The name of signing profile. This parameter is required.- Returns:
this
-
signingProfileVersion
@Stability(Stable) public SigningProfileAttributes.Builder signingProfileVersion(String signingProfileVersion) Sets the value ofSigningProfileAttributes.getSigningProfileVersion()- Parameters:
signingProfileVersion- The version of signing profile. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SigningProfileAttributes>- Returns:
- a new instance of
SigningProfileAttributes - Throws:
NullPointerException- if any required attribute was not provided
-