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