@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.230Z") @Stability(value=Stable) public interface SigningProfileAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.signer.*;
SigningProfileAttributes signingProfileAttributes = SigningProfileAttributes.builder()
.signingProfileName("signingProfileName")
.signingProfileVersion("signingProfileVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SigningProfileAttributes.Builder
A builder for
SigningProfileAttributes |
static class |
SigningProfileAttributes.Jsii$Proxy
An implementation for
SigningProfileAttributes |
| Modifier and Type | Method and Description |
|---|---|
static SigningProfileAttributes.Builder |
builder() |
String |
getSigningProfileName()
The name of signing profile.
|
String |
getSigningProfileVersion()
The version of signing profile.
|
@Stability(value=Stable) @NotNull String getSigningProfileName()
@Stability(value=Stable) @NotNull String getSigningProfileVersion()
@Stability(value=Stable) static SigningProfileAttributes.Builder builder()
SigningProfileAttributes.Builder of SigningProfileAttributesCopyright © 2022. All rights reserved.