Class CfnSignalMapPropsMixin.MediaResourceNeighborProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnSignalMapPropsMixin.MediaResourceNeighborProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalMapPropsMixin.MediaResourceNeighborProperty>
- Enclosing interface:
CfnSignalMapPropsMixin.MediaResourceNeighborProperty
@Stability(Stable)
public static final class CfnSignalMapPropsMixin.MediaResourceNeighborProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalMapPropsMixin.MediaResourceNeighborProperty>
A builder for
CfnSignalMapPropsMixin.MediaResourceNeighborProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnSignalMapPropsMixin.MediaResourceNeighborProperty.getArn()build()Builds the configured instance.Sets the value ofCfnSignalMapPropsMixin.MediaResourceNeighborProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
@Stability(Stable) public CfnSignalMapPropsMixin.MediaResourceNeighborProperty.Builder arn(String arn) Sets the value ofCfnSignalMapPropsMixin.MediaResourceNeighborProperty.getArn()- Parameters:
arn- The ARN of a resource used in Amazon Web Services media workflows.- Returns:
this
-
name
@Stability(Stable) public CfnSignalMapPropsMixin.MediaResourceNeighborProperty.Builder name(String name) Sets the value ofCfnSignalMapPropsMixin.MediaResourceNeighborProperty.getName()- Parameters:
name- The logical name of an Amazon Web Services media resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSignalMapPropsMixin.MediaResourceNeighborProperty>- Returns:
- a new instance of
CfnSignalMapPropsMixin.MediaResourceNeighborProperty - Throws:
NullPointerException- if any required attribute was not provided
-