Interface VodSourceReference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
VodSourceReference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:52:02.513Z") @Stability(Stable) public interface VodSourceReference extends software.amazon.jsii.JsiiSerializable
A reference to a VodSource resource.

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.mediatailor.*;
 VodSourceReference vodSourceReference = VodSourceReference.builder()
         .sourceLocationName("sourceLocationName")
         .vodSourceArn("vodSourceArn")
         .vodSourceName("vodSourceName")
         .build();
 
  • Method Details

    • getSourceLocationName

      @Stability(Stable) @NotNull String getSourceLocationName()
      The SourceLocationName of the VodSource resource.
    • getVodSourceArn

      @Stability(Stable) @NotNull String getVodSourceArn()
      The ARN of the VodSource resource.
    • getVodSourceName

      @Stability(Stable) @NotNull String getVodSourceName()
      The VodSourceName of the VodSource resource.
    • builder

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