Class CfnFlowEntitlementPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowEntitlementPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowEntitlementPropsMixin>
- Enclosing class:
CfnFlowEntitlementPropsMixin
@Stability(Stable)
public static final class CfnFlowEntitlementPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowEntitlementPropsMixin>
A fluent builder for
CfnFlowEntitlementPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) dataTransferSubscriberFeePercent(Number dataTransferSubscriberFeePercent) The percentage of the entitlement data transfer fee that you want the subscriber to be responsible for.description(String description) A description of the entitlement.Encryption information.encryption(IResolvable encryption) Encryption information.entitlementStatus(String entitlementStatus) An indication of whether the new entitlement should be enabled or disabled as soon as it is created.The Amazon Resource Name (ARN) of the flow.The name of the entitlement.subscribers(List<String> subscribers) The AWS account IDs that you want to share your content with.
-
Method Details
-
create
@Stability(Stable) public static CfnFlowEntitlementPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFlowEntitlementPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFlowEntitlementPropsMixin.Builder.
-
dataTransferSubscriberFeePercent
@Stability(Stable) public CfnFlowEntitlementPropsMixin.Builder dataTransferSubscriberFeePercent(Number dataTransferSubscriberFeePercent) The percentage of the entitlement data transfer fee that you want the subscriber to be responsible for.Default: - 0
- Parameters:
dataTransferSubscriberFeePercent- The percentage of the entitlement data transfer fee that you want the subscriber to be responsible for. This parameter is required.- Returns:
this- See Also:
-
description
A description of the entitlement.This description appears only on the MediaConnect console and is not visible outside of the current AWS account.
- Parameters:
description- A description of the entitlement. This parameter is required.- Returns:
this- See Also:
-
encryption
Encryption information.- Parameters:
encryption- Encryption information. This parameter is required.- Returns:
this- See Also:
-
encryption
@Stability(Stable) public CfnFlowEntitlementPropsMixin.Builder encryption(CfnFlowEntitlementPropsMixin.EncryptionProperty encryption) Encryption information.- Parameters:
encryption- Encryption information. This parameter is required.- Returns:
this- See Also:
-
entitlementStatus
@Stability(Stable) public CfnFlowEntitlementPropsMixin.Builder entitlementStatus(String entitlementStatus) An indication of whether the new entitlement should be enabled or disabled as soon as it is created.If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.
- Parameters:
entitlementStatus- An indication of whether the new entitlement should be enabled or disabled as soon as it is created. This parameter is required.- Returns:
this- See Also:
-
flowArn
The Amazon Resource Name (ARN) of the flow.- Parameters:
flowArn- The Amazon Resource Name (ARN) of the flow. This parameter is required.- Returns:
this- See Also:
-
name
The name of the entitlement.This value must be unique within the current flow.
- Parameters:
name- The name of the entitlement. This parameter is required.- Returns:
this- See Also:
-
subscribers
@Stability(Stable) public CfnFlowEntitlementPropsMixin.Builder subscribers(List<String> subscribers) The AWS account IDs that you want to share your content with.The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.
- Parameters:
subscribers- The AWS account IDs that you want to share your content with. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowEntitlementPropsMixin>- Returns:
- a newly built instance of
CfnFlowEntitlementPropsMixin.
-