Class CfnRouterOutput.FabricConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterOutput.FabricConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterOutput.FabricConfigurationProperty>
- Enclosing interface:
CfnRouterOutput.FabricConfigurationProperty
@Stability(Stable)
public static final class CfnRouterOutput.FabricConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterOutput.FabricConfigurationProperty>
A builder for
CfnRouterOutput.FabricConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.recoveryLatencyMode(String recoveryLatencyMode) Sets the value ofCfnRouterOutput.FabricConfigurationProperty.getRecoveryLatencyMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recoveryLatencyMode
@Stability(Stable) public CfnRouterOutput.FabricConfigurationProperty.Builder recoveryLatencyMode(String recoveryLatencyMode) Sets the value ofCfnRouterOutput.FabricConfigurationProperty.getRecoveryLatencyMode()- Parameters:
recoveryLatencyMode- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterOutput.FabricConfigurationProperty>- Returns:
- a new instance of
CfnRouterOutput.FabricConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-