Class CfnSignalMapPropsMixin.MediaResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnSignalMapPropsMixin.MediaResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalMapPropsMixin.MediaResourceProperty>
- Enclosing interface:
CfnSignalMapPropsMixin.MediaResourceProperty
@Stability(Stable)
public static final class CfnSignalMapPropsMixin.MediaResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalMapPropsMixin.MediaResourceProperty>
A builder for
CfnSignalMapPropsMixin.MediaResourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinations(List<? extends Object> destinations) Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getDestinations()destinations(IResolvable destinations) Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getDestinations()Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getName()Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getSources()sources(IResolvable sources) Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getSources()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinations
@Stability(Stable) public CfnSignalMapPropsMixin.MediaResourceProperty.Builder destinations(IResolvable destinations) Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getDestinations()- Parameters:
destinations- A direct destination neighbor to an Amazon Web Services media resource.- Returns:
this
-
destinations
@Stability(Stable) public CfnSignalMapPropsMixin.MediaResourceProperty.Builder destinations(List<? extends Object> destinations) Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getDestinations()- Parameters:
destinations- A direct destination neighbor to an Amazon Web Services media resource.- Returns:
this
-
name
Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getName()- Parameters:
name- The logical name of an Amazon Web Services media resource.- Returns:
this
-
sources
@Stability(Stable) public CfnSignalMapPropsMixin.MediaResourceProperty.Builder sources(IResolvable sources) Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getSources()- Parameters:
sources- A direct source neighbor to an Amazon Web Services media resource.- Returns:
this
-
sources
@Stability(Stable) public CfnSignalMapPropsMixin.MediaResourceProperty.Builder sources(List<? extends Object> sources) Sets the value ofCfnSignalMapPropsMixin.MediaResourceProperty.getSources()- Parameters:
sources- A direct source neighbor to an Amazon Web Services media resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSignalMapPropsMixin.MediaResourceProperty>- Returns:
- a new instance of
CfnSignalMapPropsMixin.MediaResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-