Interface CfnChannel.EsamProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.EsamProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.EsamProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 EsamProperty esamProperty = EsamProperty.builder()
         .acquisitionPointId("acquisitionPointId")
         .adAvailOffset(123)
         .passwordParam("passwordParam")
         .poisEndpoint("poisEndpoint")
         .username("username")
         .zoneIdentity("zoneIdentity")
         .build();
 
  • Method Details

    • getAcquisitionPointId

      @Stability(Stable) @Nullable default String getAcquisitionPointId()
      CfnChannel.EsamProperty.AcquisitionPointId.
    • getAdAvailOffset

      @Stability(Stable) @Nullable default Number getAdAvailOffset()
      CfnChannel.EsamProperty.AdAvailOffset.
    • getPasswordParam

      @Stability(Stable) @Nullable default String getPasswordParam()
      CfnChannel.EsamProperty.PasswordParam.
    • getPoisEndpoint

      @Stability(Stable) @Nullable default String getPoisEndpoint()
      CfnChannel.EsamProperty.PoisEndpoint.
    • getUsername

      @Stability(Stable) @Nullable default String getUsername()
      CfnChannel.EsamProperty.Username.
    • getZoneIdentity

      @Stability(Stable) @Nullable default String getZoneIdentity()
      CfnChannel.EsamProperty.ZoneIdentity.
    • builder

      @Stability(Stable) static CfnChannel.EsamProperty.Builder builder()
      Returns:
      a CfnChannel.EsamProperty.Builder of CfnChannel.EsamProperty