Class GridViewConfiguration
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<GridViewConfiguration.Builder,
GridViewConfiguration>
Specifies the type of grid layout.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe configuration settings for anActiveSpeakerOnly
video tile.builder()
final CanvasOrientation
The orientation setting, horizontal or vertical.final String
The orientation setting, horizontal or vertical.final ContentShareLayoutOption
Defines the layout of the video tiles when content sharing is enabled.final String
Defines the layout of the video tiles when content sharing is enabled.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
The configuration settings for a horizontal layout.Defines the configuration options for a presenter only video tile.static Class
<? extends GridViewConfiguration.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.The configuration settings for a vertical layout.final VideoAttribute
The attribute settings for the video tiles.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
presenterOnlyConfiguration
Defines the configuration options for a presenter only video tile.
- Returns:
- Defines the configuration options for a presenter only video tile.
-
activeSpeakerOnlyConfiguration
The configuration settings for an
ActiveSpeakerOnly
video tile.- Returns:
- The configuration settings for an
ActiveSpeakerOnly
video tile.
-
horizontalLayoutConfiguration
The configuration settings for a horizontal layout.
- Returns:
- The configuration settings for a horizontal layout.
-
verticalLayoutConfiguration
The configuration settings for a vertical layout.
- Returns:
- The configuration settings for a vertical layout.
-
videoAttribute
The attribute settings for the video tiles.
- Returns:
- The attribute settings for the video tiles.
-
canvasOrientation
The orientation setting, horizontal or vertical.
If the service returns an enum value that is not available in the current SDK version,
canvasOrientation
will returnCanvasOrientation.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcanvasOrientationAsString()
.- Returns:
- The orientation setting, horizontal or vertical.
- See Also:
-
canvasOrientationAsString
The orientation setting, horizontal or vertical.
If the service returns an enum value that is not available in the current SDK version,
canvasOrientation
will returnCanvasOrientation.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcanvasOrientationAsString()
.- Returns:
- The orientation setting, horizontal or vertical.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<GridViewConfiguration.Builder,
GridViewConfiguration> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields