Uses of Interface
software.amazon.awssdk.services.signer.model.SigningImageFormat.Builder
-
Packages that use SigningImageFormat.Builder Package Description software.amazon.awssdk.services.signer.model -
-
Uses of SigningImageFormat.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return SigningImageFormat.Builder Modifier and Type Method Description static SigningImageFormat.BuilderSigningImageFormat. builder()SigningImageFormat.BuilderSigningImageFormat.Builder. defaultFormat(String defaultFormat)The default format of a code signing image.SigningImageFormat.BuilderSigningImageFormat.Builder. defaultFormat(ImageFormat defaultFormat)The default format of a code signing image.SigningImageFormat.BuilderSigningImageFormat.Builder. supportedFormats(Collection<ImageFormat> supportedFormats)The supported formats of a code signing image.SigningImageFormat.BuilderSigningImageFormat.Builder. supportedFormats(ImageFormat... supportedFormats)The supported formats of a code signing image.SigningImageFormat.BuilderSigningImageFormat.Builder. supportedFormatsWithStrings(String... supportedFormats)The supported formats of a code signing image.SigningImageFormat.BuilderSigningImageFormat.Builder. supportedFormatsWithStrings(Collection<String> supportedFormats)The supported formats of a code signing image.SigningImageFormat.BuilderSigningImageFormat. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type SigningImageFormat.Builder Modifier and Type Method Description static Class<? extends SigningImageFormat.Builder>SigningImageFormat. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type SigningImageFormat.Builder Modifier and Type Method Description default GetSigningPlatformResponse.BuilderGetSigningPlatformResponse.Builder. signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)The format of the target platform's signing image.default SigningPlatform.BuilderSigningPlatform.Builder. signingImageFormat(Consumer<SigningImageFormat.Builder> signingImageFormat)Sets the value of the SigningImageFormat property for this object.
-