Class CfnChannel.KeyProviderSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.KeyProviderSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.KeyProviderSettingsProperty>
- Enclosing interface:
CfnChannel.KeyProviderSettingsProperty
@Stability(Stable)
public static final class CfnChannel.KeyProviderSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.KeyProviderSettingsProperty>
A builder for
CfnChannel.KeyProviderSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.staticKeySettings
(IResolvable staticKeySettings) Sets the value ofCfnChannel.KeyProviderSettingsProperty.getStaticKeySettings()
staticKeySettings
(CfnChannel.StaticKeySettingsProperty staticKeySettings) Sets the value ofCfnChannel.KeyProviderSettingsProperty.getStaticKeySettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
staticKeySettings
@Stability(Stable) public CfnChannel.KeyProviderSettingsProperty.Builder staticKeySettings(IResolvable staticKeySettings) Sets the value ofCfnChannel.KeyProviderSettingsProperty.getStaticKeySettings()
- Parameters:
staticKeySettings
- The configuration of static key settings.- Returns:
this
-
staticKeySettings
@Stability(Stable) public CfnChannel.KeyProviderSettingsProperty.Builder staticKeySettings(CfnChannel.StaticKeySettingsProperty staticKeySettings) Sets the value ofCfnChannel.KeyProviderSettingsProperty.getStaticKeySettings()
- Parameters:
staticKeySettings
- The configuration of static key settings.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.KeyProviderSettingsProperty>
- Returns:
- a new instance of
CfnChannel.KeyProviderSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-