@Stability(value=Stable) public static final class CfnFlowEntitlement.Builder extends Object implements software.amazon.jsii.Builder<CfnFlowEntitlement>
CfnFlowEntitlement.| Modifier and Type | Method and Description |
|---|---|
CfnFlowEntitlement |
build() |
static CfnFlowEntitlement.Builder |
create(software.constructs.Construct scope,
String id) |
CfnFlowEntitlement.Builder |
dataTransferSubscriberFeePercent(Number dataTransferSubscriberFeePercent)
`AWS::MediaConnect::FlowEntitlement.DataTransferSubscriberFeePercent`.
|
CfnFlowEntitlement.Builder |
description(String description)
`AWS::MediaConnect::FlowEntitlement.Description`.
|
CfnFlowEntitlement.Builder |
encryption(CfnFlowEntitlement.EncryptionProperty encryption)
`AWS::MediaConnect::FlowEntitlement.Encryption`.
|
CfnFlowEntitlement.Builder |
encryption(IResolvable encryption)
`AWS::MediaConnect::FlowEntitlement.Encryption`.
|
CfnFlowEntitlement.Builder |
entitlementStatus(String entitlementStatus)
`AWS::MediaConnect::FlowEntitlement.EntitlementStatus`.
|
CfnFlowEntitlement.Builder |
flowArn(String flowArn)
`AWS::MediaConnect::FlowEntitlement.FlowArn`.
|
CfnFlowEntitlement.Builder |
name(String name)
`AWS::MediaConnect::FlowEntitlement.Name`.
|
CfnFlowEntitlement.Builder |
subscribers(List<String> subscribers)
`AWS::MediaConnect::FlowEntitlement.Subscribers`.
|
@Stability(value=Stable) public static CfnFlowEntitlement.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnFlowEntitlement.EncryptionProperty.Builder.@Stability(value=Stable) public CfnFlowEntitlement.Builder description(String description)
description - `AWS::MediaConnect::FlowEntitlement.Description`. This parameter is required.this@Stability(value=Stable) public CfnFlowEntitlement.Builder flowArn(String flowArn)
flowArn - `AWS::MediaConnect::FlowEntitlement.FlowArn`. This parameter is required.this@Stability(value=Stable) public CfnFlowEntitlement.Builder name(String name)
name - `AWS::MediaConnect::FlowEntitlement.Name`. This parameter is required.this@Stability(value=Stable) public CfnFlowEntitlement.Builder subscribers(List<String> subscribers)
subscribers - `AWS::MediaConnect::FlowEntitlement.Subscribers`. This parameter is required.this@Stability(value=Stable) public CfnFlowEntitlement.Builder dataTransferSubscriberFeePercent(Number dataTransferSubscriberFeePercent)
dataTransferSubscriberFeePercent - `AWS::MediaConnect::FlowEntitlement.DataTransferSubscriberFeePercent`. This parameter is required.this@Stability(value=Stable) public CfnFlowEntitlement.Builder encryption(CfnFlowEntitlement.EncryptionProperty encryption)
encryption - `AWS::MediaConnect::FlowEntitlement.Encryption`. This parameter is required.this@Stability(value=Stable) public CfnFlowEntitlement.Builder encryption(IResolvable encryption)
encryption - `AWS::MediaConnect::FlowEntitlement.Encryption`. This parameter is required.this@Stability(value=Stable) public CfnFlowEntitlement.Builder entitlementStatus(String entitlementStatus)
entitlementStatus - `AWS::MediaConnect::FlowEntitlement.EntitlementStatus`. This parameter is required.this@Stability(value=Stable) public CfnFlowEntitlement build()
build in interface software.amazon.jsii.Builder<CfnFlowEntitlement>Copyright © 2021. All rights reserved.