Interface StaticFile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StaticFile.Builder,
,StaticFile> SdkBuilder<StaticFile.Builder,
,StaticFile> SdkPojo
- Enclosing class:
StaticFile
@Mutable
@NotThreadSafe
public static interface StaticFile.Builder
extends SdkPojo, CopyableBuilder<StaticFile.Builder,StaticFile>
-
Method Summary
Modifier and TypeMethodDescriptiondefault StaticFile.Builder
imageStaticFile
(Consumer<ImageStaticFile.Builder> imageStaticFile) The image static file.imageStaticFile
(ImageStaticFile imageStaticFile) The image static file.default StaticFile.Builder
spatialStaticFile
(Consumer<SpatialStaticFile.Builder> spatialStaticFile) The spacial static file.spatialStaticFile
(SpatialStaticFile spatialStaticFile) The spacial static file.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
-
imageStaticFile
The image static file.
- Parameters:
imageStaticFile
- The image static file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageStaticFile
The image static file.
This is a convenience method that creates an instance of theImageStaticFile.Builder
avoiding the need to create one manually viaImageStaticFile.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageStaticFile(ImageStaticFile)
.- Parameters:
imageStaticFile
- a consumer that will call methods onImageStaticFile.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
spatialStaticFile
The spacial static file.
- Parameters:
spatialStaticFile
- The spacial static file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spatialStaticFile
The spacial static file.
This is a convenience method that creates an instance of theSpatialStaticFile.Builder
avoiding the need to create one manually viaSpatialStaticFile.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tospatialStaticFile(SpatialStaticFile)
.- Parameters:
spatialStaticFile
- a consumer that will call methods onSpatialStaticFile.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-