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.
|
copy
applyMutation, build
SigningImageFormat.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
,
ImageFormat
SigningImageFormat.Builder defaultFormat(ImageFormat defaultFormat)
The default format of an AWS Signer signing image.
defaultFormat
- The default format of an AWS Signer signing image.ImageFormat
,
ImageFormat
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.