Interface ChannelPolicyReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ChannelPolicyReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:45.500Z")
@Stability(Stable)
public interface ChannelPolicyReference
extends software.amazon.jsii.JsiiSerializable
A reference to a ChannelPolicy 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.mediapackagev2.*;
ChannelPolicyReference channelPolicyReference = ChannelPolicyReference.builder()
.channelGroupName("channelGroupName")
.channelName("channelName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forChannelPolicyReferencestatic final classAn implementation forChannelPolicyReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ChannelGroupName of the ChannelPolicy resource.The ChannelName of the ChannelPolicy resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelGroupName
The ChannelGroupName of the ChannelPolicy resource. -
getChannelName
The ChannelName of the ChannelPolicy resource. -
builder
- Returns:
- a
ChannelPolicyReference.BuilderofChannelPolicyReference
-