public static interface SigningImageFormat.Builder extends SdkPojo, CopyableBuilder<SigningImageFormat.Builder,SigningImageFormat>
| Modifier and Type | Method and Description |
|---|---|
SigningImageFormat.Builder |
defaultFormat(ImageFormat defaultFormat)
The default format of an AWS Signer signing image.
|
SigningImageFormat.Builder |
defaultFormat(String defaultFormat)
The default format of an AWS Signer signing image.
|
SigningImageFormat.Builder |
supportedFormats(Collection<ImageFormat> supportedFormats)
The supported formats of an AWS Signer signing image.
|
SigningImageFormat.Builder |
supportedFormats(ImageFormat... supportedFormats)
The supported formats of an AWS Signer signing image.
|
SigningImageFormat.Builder |
supportedFormatsWithStrings(Collection<String> supportedFormats)
The supported formats of an AWS Signer signing image.
|
SigningImageFormat.Builder |
supportedFormatsWithStrings(String... supportedFormats)
The supported formats of an AWS Signer signing image.
|
copyapplyMutation, buildSigningImageFormat.Builder supportedFormatsWithStrings(Collection<String> supportedFormats)
The supported formats of an AWS Signer signing image.
supportedFormats - The supported formats of an AWS Signer signing image.SigningImageFormat.Builder supportedFormatsWithStrings(String... supportedFormats)
The supported formats of an AWS Signer signing image.
supportedFormats - The supported formats of an AWS Signer signing image.SigningImageFormat.Builder supportedFormats(Collection<ImageFormat> supportedFormats)
The supported formats of an AWS Signer signing image.
supportedFormats - The supported formats of an AWS Signer signing image.SigningImageFormat.Builder supportedFormats(ImageFormat... supportedFormats)
The supported formats of an AWS Signer signing image.
supportedFormats - The supported formats of an AWS Signer signing image.SigningImageFormat.Builder defaultFormat(String defaultFormat)
The default format of an AWS Signer signing image.
defaultFormat - The default format of an AWS Signer signing image.ImageFormat,
ImageFormatSigningImageFormat.Builder defaultFormat(ImageFormat defaultFormat)
The default format of an AWS Signer signing image.
defaultFormat - The default format of an AWS Signer signing image.ImageFormat,
ImageFormatCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.