@Stability(value=Stable) public static final class SigningProfileAttributes.Builder extends Object implements software.amazon.jsii.Builder<SigningProfileAttributes>
SigningProfileAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SigningProfileAttributes |
build()
Builds the configured instance.
|
SigningProfileAttributes.Builder |
signingProfileName(String signingProfileName)
Sets the value of
SigningProfileAttributes.getSigningProfileName() |
SigningProfileAttributes.Builder |
signingProfileVersion(String signingProfileVersion)
Sets the value of
SigningProfileAttributes.getSigningProfileVersion() |
@Stability(value=Stable) public SigningProfileAttributes.Builder signingProfileName(String signingProfileName)
SigningProfileAttributes.getSigningProfileName()signingProfileName - The name of signing profile. This parameter is required.this@Stability(value=Stable) public SigningProfileAttributes.Builder signingProfileVersion(String signingProfileVersion)
SigningProfileAttributes.getSigningProfileVersion()signingProfileVersion - The version of signing profile. This parameter is required.this@Stability(value=Stable) public SigningProfileAttributes build()
build in interface software.amazon.jsii.Builder<SigningProfileAttributes>SigningProfileAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.