Interface SheetImageStaticFileSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SheetImageStaticFileSource.Builder,
,SheetImageStaticFileSource> SdkBuilder<SheetImageStaticFileSource.Builder,
,SheetImageStaticFileSource> SdkPojo
- Enclosing class:
SheetImageStaticFileSource
@Mutable
@NotThreadSafe
public static interface SheetImageStaticFileSource.Builder
extends SdkPojo, CopyableBuilder<SheetImageStaticFileSource.Builder,SheetImageStaticFileSource>
-
Method Summary
Modifier and TypeMethodDescriptionstaticFileId
(String staticFileId) The ID of the static file that contains the image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
staticFileId
The ID of the static file that contains the image.
- Parameters:
staticFileId
- The ID of the static file that contains the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-