@Stability(value=Stable) public static final class CfnChannel.NetworkInputSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.NetworkInputSettingsProperty>
CfnChannel.NetworkInputSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.NetworkInputSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.NetworkInputSettingsProperty.Builder |
hlsInputSettings(CfnChannel.HlsInputSettingsProperty hlsInputSettings)
Sets the value of
CfnChannel.NetworkInputSettingsProperty.getHlsInputSettings() |
CfnChannel.NetworkInputSettingsProperty.Builder |
hlsInputSettings(IResolvable hlsInputSettings)
Sets the value of
CfnChannel.NetworkInputSettingsProperty.getHlsInputSettings() |
CfnChannel.NetworkInputSettingsProperty.Builder |
serverValidation(String serverValidation)
Sets the value of
CfnChannel.NetworkInputSettingsProperty.getServerValidation() |
@Stability(value=Stable) public CfnChannel.NetworkInputSettingsProperty.Builder hlsInputSettings(CfnChannel.HlsInputSettingsProperty hlsInputSettings)
CfnChannel.NetworkInputSettingsProperty.getHlsInputSettings()hlsInputSettings - Information about how to connect to the upstream system.this@Stability(value=Stable) public CfnChannel.NetworkInputSettingsProperty.Builder hlsInputSettings(IResolvable hlsInputSettings)
CfnChannel.NetworkInputSettingsProperty.getHlsInputSettings()hlsInputSettings - Information about how to connect to the upstream system.this@Stability(value=Stable) public CfnChannel.NetworkInputSettingsProperty.Builder serverValidation(String serverValidation)
CfnChannel.NetworkInputSettingsProperty.getServerValidation()serverValidation - Checks HTTPS server certificates.
When set to checkCryptographyOnly, cryptography in the certificate is checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) don't strictly match the corresponding certificate's wildcard pattern and would otherwise cause the channel to error. This setting is ignored for protocols that do not use HTTPS.this@Stability(value=Stable) public CfnChannel.NetworkInputSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.NetworkInputSettingsProperty>CfnChannel.NetworkInputSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.