Class CfnRouterOutputProps.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterOutputProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterOutputProps>
- Enclosing interface:
CfnRouterOutputProps
@Stability(Stable)
public static final class CfnRouterOutputProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterOutputProps>
A builder for
CfnRouterOutputProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone(String availabilityZone) Sets the value ofCfnRouterOutputProps.getAvailabilityZone()build()Builds the configured instance.configuration(IResolvable configuration) Sets the value ofCfnRouterOutputProps.getConfiguration()configuration(CfnRouterOutput.RouterOutputConfigurationProperty configuration) Sets the value ofCfnRouterOutputProps.getConfiguration()maintenanceConfiguration(IResolvable maintenanceConfiguration) Sets the value ofCfnRouterOutputProps.getMaintenanceConfiguration()maintenanceConfiguration(CfnRouterOutput.MaintenanceConfigurationProperty maintenanceConfiguration) Sets the value ofCfnRouterOutputProps.getMaintenanceConfiguration()maximumBitrate(Number maximumBitrate) Sets the value ofCfnRouterOutputProps.getMaximumBitrate()Sets the value ofCfnRouterOutputProps.getName()regionName(String regionName) Sets the value ofCfnRouterOutputProps.getRegionName()routingScope(String routingScope) Sets the value ofCfnRouterOutputProps.getRoutingScope()Sets the value ofCfnRouterOutputProps.getTags()Sets the value ofCfnRouterOutputProps.getTier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
Sets the value ofCfnRouterOutputProps.getConfiguration()- Parameters:
configuration- The configuration settings for a router output. This parameter is required.- Returns:
this
-
configuration
@Stability(Stable) public CfnRouterOutputProps.Builder configuration(CfnRouterOutput.RouterOutputConfigurationProperty configuration) Sets the value ofCfnRouterOutputProps.getConfiguration()- Parameters:
configuration- The configuration settings for a router output. This parameter is required.- Returns:
this
-
maximumBitrate
Sets the value ofCfnRouterOutputProps.getMaximumBitrate()- Parameters:
maximumBitrate- The maximum bitrate for the router output. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnRouterOutputProps.getName()- Parameters:
name- The name of the router output. This parameter is required.- Returns:
this
-
routingScope
Sets the value ofCfnRouterOutputProps.getRoutingScope()- Parameters:
routingScope- the value to be set. This parameter is required.- Returns:
this
-
tier
Sets the value ofCfnRouterOutputProps.getTier()- Parameters:
tier- the value to be set. This parameter is required.- Returns:
this
-
availabilityZone
Sets the value ofCfnRouterOutputProps.getAvailabilityZone()- Parameters:
availabilityZone- The Availability Zone where you want to create the router output. This must be a valid Availability Zone for the region specified by regionName, or the current region if no regionName is provided.- Returns:
this
-
maintenanceConfiguration
@Stability(Stable) public CfnRouterOutputProps.Builder maintenanceConfiguration(IResolvable maintenanceConfiguration) Sets the value ofCfnRouterOutputProps.getMaintenanceConfiguration()- Parameters:
maintenanceConfiguration- The configuration settings for maintenance operations, including preferred maintenance windows and schedules.- Returns:
this
-
maintenanceConfiguration
@Stability(Stable) public CfnRouterOutputProps.Builder maintenanceConfiguration(CfnRouterOutput.MaintenanceConfigurationProperty maintenanceConfiguration) Sets the value ofCfnRouterOutputProps.getMaintenanceConfiguration()- Parameters:
maintenanceConfiguration- The configuration settings for maintenance operations, including preferred maintenance windows and schedules.- Returns:
this
-
regionName
Sets the value ofCfnRouterOutputProps.getRegionName()- Parameters:
regionName- The AWS Region for the router output. Defaults to the current region if not specified.- Returns:
this
-
tags
Sets the value ofCfnRouterOutputProps.getTags()- Parameters:
tags- Key-value pairs that can be used to tag this router output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterOutputProps>- Returns:
- a new instance of
CfnRouterOutputProps - Throws:
NullPointerException- if any required attribute was not provided
-