| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static SigningImageFormat.Builder |
SigningImageFormat.builder() |
SigningImageFormat.Builder |
SigningImageFormat.Builder.defaultFormat(ImageFormat defaultFormat)
The default format of a code signing signing image.
|
SigningImageFormat.Builder |
SigningImageFormat.Builder.defaultFormat(String defaultFormat)
The default format of a code signing signing image.
|
SigningImageFormat.Builder |
SigningImageFormat.Builder.supportedFormats(Collection<ImageFormat> supportedFormats)
The supported formats of a code signing signing image.
|
SigningImageFormat.Builder |
SigningImageFormat.Builder.supportedFormats(ImageFormat... supportedFormats)
The supported formats of a code signing signing image.
|
SigningImageFormat.Builder |
SigningImageFormat.Builder.supportedFormatsWithStrings(Collection<String> supportedFormats)
The supported formats of a code signing signing image.
|
SigningImageFormat.Builder |
SigningImageFormat.Builder.supportedFormatsWithStrings(String... supportedFormats)
The supported formats of a code signing signing image.
|
SigningImageFormat.Builder |
SigningImageFormat.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SigningImageFormat.Builder> |
SigningImageFormat.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSigningPlatformResponse.Builder |
GetSigningPlatformResponse.Builder.signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)
The format of the target platform's signing image.
|
default SigningPlatform.Builder |
SigningPlatform.Builder.signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)
Sets the value of the SigningImageFormat property for this object.
|
Copyright © 2019. All rights reserved.