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