| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.builder() |
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.category(Category category)
The category type of the target signing platform.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.category(String category)
The category type of the target signing platform.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.displayName(String displayName)
The display name of the target signing platform.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.maxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of the payload that can be signed by the target platform.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.partner(String partner)
A list of partner entities that use the target signing platform.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.platformId(String platformId)
The ID of the target signing platform.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.revocationSupported(Boolean revocationSupported)
A flag indicating whether signatures generated for the signing platform can be revoked.
|
default GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.signingConfiguration(Consumer<SigningConfiguration.Builder> signingConfiguration)
A list of configurations applied to the target platform at signing.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.signingConfiguration(SigningConfiguration signingConfiguration)
A list of configurations applied to the target platform at signing.
|
default GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)
The format of the target platform's signing image.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.signingImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.target(String target)
The validation template that is used by the target signing platform.
|
GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSigningPlatformResponse.Builder> |
GetSigningPlatformResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.