Class RouterSource.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.RouterSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RouterSource>
- Enclosing interface:
RouterSource
@Stability(Experimental)
public static final class RouterSource.Builder
extends Object
implements software.amazon.jsii.Builder<RouterSource>
A builder for
RouterSource-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.decryption(TransitEncryption decryption) Sets the value ofRouterSource.getDecryption()routerOutput(IRouterOutput routerOutput) Sets the value ofRouterSource.getRouterOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
decryption
Sets the value ofRouterSource.getDecryption()- Parameters:
decryption- Options to decrypt incoming feed.- Returns:
this
-
routerOutput
Sets the value ofRouterSource.getRouterOutput()- Parameters:
routerOutput- The router output that feeds this flow source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RouterSource>- Returns:
- a new instance of
RouterSource - Throws:
NullPointerException- if any required attribute was not provided
-