Interface ImageBlockStart.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageBlockStart.Builder,,ImageBlockStart> SdkBuilder<ImageBlockStart.Builder,,ImageBlockStart> SdkPojo
- Enclosing class:
ImageBlockStart
@Mutable
@NotThreadSafe
public static interface ImageBlockStart.Builder
extends SdkPojo, CopyableBuilder<ImageBlockStart.Builder,ImageBlockStart>
-
Method Summary
Modifier and TypeMethodDescriptionThe format of the image data that will be streamed in subsequent delta events.format(ImageFormat format) The format of the image data that will be streamed in subsequent delta events.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
-
format
The format of the image data that will be streamed in subsequent delta events.
- Parameters:
format- The format of the image data that will be streamed in subsequent delta events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the image data that will be streamed in subsequent delta events.
- Parameters:
format- The format of the image data that will be streamed in subsequent delta events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-