Interface MultiviewConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MultiviewConfiguration.Builder,,MultiviewConfiguration> SdkBuilder<MultiviewConfiguration.Builder,,MultiviewConfiguration> SdkPojo
- Enclosing class:
MultiviewConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionavailableLayouts(Collection<MultiviewLayoutType> availableLayouts) The tile layouts that players can request from this multiview channel's origin endpoints.availableLayouts(MultiviewLayoutType... availableLayouts) The tile layouts that players can request from this multiview channel's origin endpoints.availableLayoutsWithStrings(String... availableLayouts) The tile layouts that players can request from this multiview channel's origin endpoints.availableLayoutsWithStrings(Collection<String> availableLayouts) The tile layouts that players can request from this multiview channel's origin endpoints.availableSources(String... availableSources) The channels that players can use as tiles in this multiview channel's output.availableSources(Collection<String> availableSources) The channels that players can use as tiles in this multiview channel's output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
availableSources
The channels that players can use as tiles in this multiview channel's output. Each source channel must be in the same channel group as the multiview channel, and must have an
InputTypeofCMAF. Only the channels that you list here are available as tiles.- Parameters:
availableSources- The channels that players can use as tiles in this multiview channel's output. Each source channel must be in the same channel group as the multiview channel, and must have anInputTypeofCMAF. Only the channels that you list here are available as tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableSources
The channels that players can use as tiles in this multiview channel's output. Each source channel must be in the same channel group as the multiview channel, and must have an
InputTypeofCMAF. Only the channels that you list here are available as tiles.- Parameters:
availableSources- The channels that players can use as tiles in this multiview channel's output. Each source channel must be in the same channel group as the multiview channel, and must have anInputTypeofCMAF. Only the channels that you list here are available as tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableLayoutsWithStrings
The tile layouts that players can request from this multiview channel's origin endpoints. Only the layouts that you list here are available. Each layout must appear at most once.
- Parameters:
availableLayouts- The tile layouts that players can request from this multiview channel's origin endpoints. Only the layouts that you list here are available. Each layout must appear at most once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableLayoutsWithStrings
The tile layouts that players can request from this multiview channel's origin endpoints. Only the layouts that you list here are available. Each layout must appear at most once.
- Parameters:
availableLayouts- The tile layouts that players can request from this multiview channel's origin endpoints. Only the layouts that you list here are available. Each layout must appear at most once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableLayouts
The tile layouts that players can request from this multiview channel's origin endpoints. Only the layouts that you list here are available. Each layout must appear at most once.
- Parameters:
availableLayouts- The tile layouts that players can request from this multiview channel's origin endpoints. Only the layouts that you list here are available. Each layout must appear at most once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableLayouts
The tile layouts that players can request from this multiview channel's origin endpoints. Only the layouts that you list here are available. Each layout must appear at most once.
- Parameters:
availableLayouts- The tile layouts that players can request from this multiview channel's origin endpoints. Only the layouts that you list here are available. Each layout must appear at most once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-