Interface CompositedVideoArtifactsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CompositedVideoArtifactsConfiguration.Builder,
,CompositedVideoArtifactsConfiguration> SdkBuilder<CompositedVideoArtifactsConfiguration.Builder,
,CompositedVideoArtifactsConfiguration> SdkPojo
- Enclosing class:
CompositedVideoArtifactsConfiguration
@Mutable
@NotThreadSafe
public static interface CompositedVideoArtifactsConfiguration.Builder
extends SdkPojo, CopyableBuilder<CompositedVideoArtifactsConfiguration.Builder,CompositedVideoArtifactsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiongridViewConfiguration
(Consumer<GridViewConfiguration.Builder> gridViewConfiguration) TheGridView
configuration setting.gridViewConfiguration
(GridViewConfiguration gridViewConfiguration) TheGridView
configuration setting.The layout setting, such asGridView
in the configuration object.layout
(LayoutOption layout) The layout setting, such asGridView
in the configuration object.resolution
(String resolution) The video resolution setting in the configuration object.resolution
(ResolutionOption resolution) The video resolution setting in the configuration object.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
-
layout
The layout setting, such as
GridView
in the configuration object.- Parameters:
layout
- The layout setting, such asGridView
in the configuration object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
layout
The layout setting, such as
GridView
in the configuration object.- Parameters:
layout
- The layout setting, such asGridView
in the configuration object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resolution
The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.
- Parameters:
resolution
- The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resolution
The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.
- Parameters:
resolution
- The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
gridViewConfiguration
CompositedVideoArtifactsConfiguration.Builder gridViewConfiguration(GridViewConfiguration gridViewConfiguration) The
GridView
configuration setting.- Parameters:
gridViewConfiguration
- TheGridView
configuration setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gridViewConfiguration
default CompositedVideoArtifactsConfiguration.Builder gridViewConfiguration(Consumer<GridViewConfiguration.Builder> gridViewConfiguration) The
This is a convenience method that creates an instance of theGridView
configuration setting.GridViewConfiguration.Builder
avoiding the need to create one manually viaGridViewConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togridViewConfiguration(GridViewConfiguration)
.- Parameters:
gridViewConfiguration
- a consumer that will call methods onGridViewConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-