Interface SigningImageFormat.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SigningImageFormat.Builder,,SigningImageFormat> SdkBuilder<SigningImageFormat.Builder,,SigningImageFormat> SdkPojo
- Enclosing class:
SigningImageFormat
@Mutable
@NotThreadSafe
public static interface SigningImageFormat.Builder
extends SdkPojo, CopyableBuilder<SigningImageFormat.Builder,SigningImageFormat>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultFormat(String defaultFormat) The default format of a signing image.defaultFormat(ImageFormat defaultFormat) The default format of a signing image.supportedFormats(Collection<ImageFormat> supportedFormats) The supported formats of a signing image.supportedFormats(ImageFormat... supportedFormats) The supported formats of a signing image.supportedFormatsWithStrings(String... supportedFormats) The supported formats of a signing image.supportedFormatsWithStrings(Collection<String> supportedFormats) The supported formats of a signing image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
supportedFormatsWithStrings
The supported formats of a signing image.
- Parameters:
supportedFormats- The supported formats of a signing image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedFormatsWithStrings
The supported formats of a signing image.
- Parameters:
supportedFormats- The supported formats of a signing image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedFormats
The supported formats of a signing image.
- Parameters:
supportedFormats- The supported formats of a signing image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedFormats
The supported formats of a signing image.
- Parameters:
supportedFormats- The supported formats of a signing image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultFormat
The default format of a signing image.
- Parameters:
defaultFormat- The default format of a signing image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultFormat
The default format of a signing image.
- Parameters:
defaultFormat- The default format of a signing image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-