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