public static interface NetworkInputSettings.Builder extends SdkPojo, CopyableBuilder<NetworkInputSettings.Builder,NetworkInputSettings>
Modifier and Type | Method and Description |
---|---|
default NetworkInputSettings.Builder |
hlsInputSettings(Consumer<HlsInputSettings.Builder> hlsInputSettings)
Specifies HLS input settings when the uri is for a HLS manifest.
|
NetworkInputSettings.Builder |
hlsInputSettings(HlsInputSettings hlsInputSettings)
Specifies HLS input settings when the uri is for a HLS manifest.
|
NetworkInputSettings.Builder |
serverValidation(NetworkInputServerValidation serverValidation)
Check HTTPS server certificates.
|
NetworkInputSettings.Builder |
serverValidation(String serverValidation)
Check HTTPS server certificates.
|
copy
applyMutation, build
NetworkInputSettings.Builder hlsInputSettings(HlsInputSettings hlsInputSettings)
hlsInputSettings
- Specifies HLS input settings when the uri is for a HLS manifest.default NetworkInputSettings.Builder hlsInputSettings(Consumer<HlsInputSettings.Builder> hlsInputSettings)
HlsInputSettings.Builder
avoiding the need to create one manually via
HlsInputSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to hlsInputSettings(HlsInputSettings)
.hlsInputSettings
- a consumer that will call methods on HlsInputSettings.Builder
hlsInputSettings(HlsInputSettings)
NetworkInputSettings.Builder serverValidation(String serverValidation)
serverValidation
- Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate
will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in
the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would
otherwise cause the event to error. This setting is ignored for protocols that do not use https.NetworkInputServerValidation
,
NetworkInputServerValidation
NetworkInputSettings.Builder serverValidation(NetworkInputServerValidation serverValidation)
serverValidation
- Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate
will be checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in
the bucket name) do not strictly match the corresponding certificate's wildcard pattern and would
otherwise cause the event to error. This setting is ignored for protocols that do not use https.NetworkInputServerValidation
,
NetworkInputServerValidation
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.