Class CfnInput.RouterSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnInput.RouterSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInput.RouterSettingsProperty>
- Enclosing interface:
CfnInput.RouterSettingsProperty
@Stability(Stable)
public static final class CfnInput.RouterSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInput.RouterSettingsProperty>
A builder for
CfnInput.RouterSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinations(List<? extends Object> destinations) Sets the value ofCfnInput.RouterSettingsProperty.getDestinations()destinations(IResolvable destinations) Sets the value ofCfnInput.RouterSettingsProperty.getDestinations()encryptionType(String encryptionType) Sets the value ofCfnInput.RouterSettingsProperty.getEncryptionType()Sets the value ofCfnInput.RouterSettingsProperty.getSecretArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinations
@Stability(Stable) public CfnInput.RouterSettingsProperty.Builder destinations(IResolvable destinations) Sets the value ofCfnInput.RouterSettingsProperty.getDestinations()- Parameters:
destinations- the value to be set.- Returns:
this
-
destinations
@Stability(Stable) public CfnInput.RouterSettingsProperty.Builder destinations(List<? extends Object> destinations) Sets the value ofCfnInput.RouterSettingsProperty.getDestinations()- Parameters:
destinations- the value to be set.- Returns:
this
-
encryptionType
@Stability(Stable) public CfnInput.RouterSettingsProperty.Builder encryptionType(String encryptionType) Sets the value ofCfnInput.RouterSettingsProperty.getEncryptionType()- Parameters:
encryptionType- the value to be set.- Returns:
this
-
secretArn
Sets the value ofCfnInput.RouterSettingsProperty.getSecretArn()- Parameters:
secretArn- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInput.RouterSettingsProperty>- Returns:
- a new instance of
CfnInput.RouterSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-