Interface SheetImageStaticFileSource.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SheetImageStaticFileSource.Builder,SheetImageStaticFileSource>
,SdkBuilder<SheetImageStaticFileSource.Builder,SheetImageStaticFileSource>
,SdkPojo
- Enclosing class:
- SheetImageStaticFileSource
public static interface SheetImageStaticFileSource.Builder extends SdkPojo, CopyableBuilder<SheetImageStaticFileSource.Builder,SheetImageStaticFileSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SheetImageStaticFileSource.Builder
staticFileId(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 Detail
-
staticFileId
SheetImageStaticFileSource.Builder staticFileId(String 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.
-
-