Uses of Interface
software.amazon.awssdk.services.chimesdkmediapipelines.model.VideoAttribute.Builder
-
Packages that use VideoAttribute.Builder Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of VideoAttribute.Builder in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return VideoAttribute.Builder Modifier and Type Method Description VideoAttribute.BuilderVideoAttribute.Builder. borderColor(String borderColor)Defines the border color of all video tiles.VideoAttribute.BuilderVideoAttribute.Builder. borderColor(BorderColor borderColor)Defines the border color of all video tiles.VideoAttribute.BuilderVideoAttribute.Builder. borderThickness(Integer borderThickness)Defines the border thickness for all video tiles.static VideoAttribute.BuilderVideoAttribute. builder()VideoAttribute.BuilderVideoAttribute.Builder. cornerRadius(Integer cornerRadius)Sets the corner radius of all video tiles.VideoAttribute.BuilderVideoAttribute.Builder. highlightColor(String highlightColor)Defines the highlight color for the active video tile.VideoAttribute.BuilderVideoAttribute.Builder. highlightColor(HighlightColor highlightColor)Defines the highlight color for the active video tile.VideoAttribute.BuilderVideoAttribute. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type VideoAttribute.Builder Modifier and Type Method Description static Class<? extends VideoAttribute.Builder>VideoAttribute. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmediapipelines.model with type arguments of type VideoAttribute.Builder Modifier and Type Method Description default GridViewConfiguration.BuilderGridViewConfiguration.Builder. videoAttribute(Consumer<VideoAttribute.Builder> videoAttribute)The attribute settings for the video tiles.
-