Class CfnIngestConfigurationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ivs.CfnIngestConfigurationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIngestConfigurationMixinProps>
- Enclosing interface:
CfnIngestConfigurationMixinProps
@Stability(Stable)
public static final class CfnIngestConfigurationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIngestConfigurationMixinProps>
A builder for
CfnIngestConfigurationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ingestProtocol(String ingestProtocol) Sets the value ofCfnIngestConfigurationMixinProps.getIngestProtocol()insecureIngest(Boolean insecureIngest) Sets the value ofCfnIngestConfigurationMixinProps.getInsecureIngest()insecureIngest(IResolvable insecureIngest) Sets the value ofCfnIngestConfigurationMixinProps.getInsecureIngest()Sets the value ofCfnIngestConfigurationMixinProps.getName()Sets the value ofCfnIngestConfigurationMixinProps.getStageArn()Sets the value ofCfnIngestConfigurationMixinProps.getTags()Sets the value ofCfnIngestConfigurationMixinProps.getUserId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ingestProtocol
@Stability(Stable) public CfnIngestConfigurationMixinProps.Builder ingestProtocol(String ingestProtocol) Sets the value ofCfnIngestConfigurationMixinProps.getIngestProtocol()- Parameters:
ingestProtocol- Type of ingest protocol that the user employs for broadcasting.- Returns:
this
-
insecureIngest
@Stability(Stable) public CfnIngestConfigurationMixinProps.Builder insecureIngest(Boolean insecureIngest) Sets the value ofCfnIngestConfigurationMixinProps.getInsecureIngest()- Parameters:
insecureIngest- Whether the channel allows insecure RTMP ingest. Default:false.- Returns:
this
-
insecureIngest
@Stability(Stable) public CfnIngestConfigurationMixinProps.Builder insecureIngest(IResolvable insecureIngest) Sets the value ofCfnIngestConfigurationMixinProps.getInsecureIngest()- Parameters:
insecureIngest- Whether the channel allows insecure RTMP ingest. Default:false.- Returns:
this
-
name
Sets the value ofCfnIngestConfigurationMixinProps.getName()- Parameters:
name- Ingest name.- Returns:
this
-
stageArn
Sets the value ofCfnIngestConfigurationMixinProps.getStageArn()- Parameters:
stageArn- ARN of the stage with which the IngestConfiguration is associated.- Returns:
this
-
tags
@Stability(Stable) public CfnIngestConfigurationMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnIngestConfigurationMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource.- Returns:
this
-
userId
Sets the value ofCfnIngestConfigurationMixinProps.getUserId()- Parameters:
userId- Customer-assigned name to help identify the participant using the IngestConfiguration;. this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIngestConfigurationMixinProps>- Returns:
- a new instance of
CfnIngestConfigurationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-