Interface NetworkInputSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NetworkInputSettings.Builder,NetworkInputSettings>, SdkBuilder<NetworkInputSettings.Builder,NetworkInputSettings>, SdkPojo
Enclosing class:
NetworkInputSettings

public static interface NetworkInputSettings.Builder extends SdkPojo, CopyableBuilder<NetworkInputSettings.Builder,NetworkInputSettings>
  • Method Details

    • hlsInputSettings

      NetworkInputSettings.Builder hlsInputSettings(HlsInputSettings hlsInputSettings)
      Specifies HLS input settings when the uri is for a HLS manifest.
      Parameters:
      hlsInputSettings - Specifies HLS input settings when the uri is for a HLS manifest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hlsInputSettings

      default NetworkInputSettings.Builder hlsInputSettings(Consumer<HlsInputSettings.Builder> hlsInputSettings)
      Specifies HLS input settings when the uri is for a HLS manifest. This is a convenience method that creates an instance of the 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).

      Parameters:
      hlsInputSettings - a consumer that will call methods on HlsInputSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serverValidation

      NetworkInputSettings.Builder serverValidation(String 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serverValidation

      NetworkInputSettings.Builder serverValidation(NetworkInputServerValidation 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: