Class AnywhereSettings.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.AnywhereSettings.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AnywhereSettings>
- Enclosing interface:
AnywhereSettings
@Stability(Experimental)
public static final class AnywhereSettings.Builder
extends Object
implements software.amazon.jsii.Builder<AnywhereSettings>
A builder for
AnywhereSettings-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelPlacementGroup(IChannelPlacementGroupRef channelPlacementGroup) Sets the value ofAnywhereSettings.getChannelPlacementGroup()cluster(IClusterRef cluster) Sets the value ofAnywhereSettings.getCluster()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cluster
Sets the value ofAnywhereSettings.getCluster()- Parameters:
cluster- The cluster for this channel. This parameter is required.- Returns:
this
-
channelPlacementGroup
@Stability(Experimental) public AnywhereSettings.Builder channelPlacementGroup(IChannelPlacementGroupRef channelPlacementGroup) Sets the value ofAnywhereSettings.getChannelPlacementGroup()- Parameters:
channelPlacementGroup- The channel placement group for this channel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AnywhereSettings>- Returns:
- a new instance of
AnywhereSettings - Throws:
NullPointerException- if any required attribute was not provided
-