Interface ScreenshotArguments.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScreenshotArguments.Builder,,ScreenshotArguments> SdkBuilder<ScreenshotArguments.Builder,,ScreenshotArguments> SdkPojo
- Enclosing class:
ScreenshotArguments
@Mutable
@NotThreadSafe
public static interface ScreenshotArguments.Builder
extends SdkPojo, CopyableBuilder<ScreenshotArguments.Builder,ScreenshotArguments>
-
Method Summary
Modifier and TypeMethodDescriptionThe image format for the screenshot.format(ScreenshotFormat format) The image format for the screenshot.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 image format for the screenshot. Defaults to
PNG.- Parameters:
format- The image format for the screenshot. Defaults toPNG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The image format for the screenshot. Defaults to
PNG.- Parameters:
format- The image format for the screenshot. Defaults toPNG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-