Class CfnIngestConfigurationProps.Builder
java.lang.Object
software.amazon.awscdk.services.ivs.CfnIngestConfigurationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIngestConfigurationProps>
- Enclosing interface:
CfnIngestConfigurationProps
@Stability(Stable)
public static final class CfnIngestConfigurationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIngestConfigurationProps>
A builder for
CfnIngestConfigurationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ingestProtocol(String ingestProtocol) Sets the value ofCfnIngestConfigurationProps.getIngestProtocol()insecureIngest(Boolean insecureIngest) Sets the value ofCfnIngestConfigurationProps.getInsecureIngest()insecureIngest(IResolvable insecureIngest) Sets the value ofCfnIngestConfigurationProps.getInsecureIngest()Sets the value ofCfnIngestConfigurationProps.getName()Sets the value ofCfnIngestConfigurationProps.getStageArn()Sets the value ofCfnIngestConfigurationProps.getTags()Sets the value ofCfnIngestConfigurationProps.getUserId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ingestProtocol
Sets the value ofCfnIngestConfigurationProps.getIngestProtocol()- Parameters:
ingestProtocol- Ingest Protocol.- Returns:
this
-
insecureIngest
@Stability(Stable) public CfnIngestConfigurationProps.Builder insecureIngest(Boolean insecureIngest) Sets the value ofCfnIngestConfigurationProps.getInsecureIngest()- Parameters:
insecureIngest- Whether ingest configuration allows insecure ingest.- Returns:
this
-
insecureIngest
@Stability(Stable) public CfnIngestConfigurationProps.Builder insecureIngest(IResolvable insecureIngest) Sets the value ofCfnIngestConfigurationProps.getInsecureIngest()- Parameters:
insecureIngest- Whether ingest configuration allows insecure ingest.- Returns:
this
-
name
Sets the value ofCfnIngestConfigurationProps.getName()- Parameters:
name- IngestConfiguration.- Returns:
this
-
stageArn
Sets the value ofCfnIngestConfigurationProps.getStageArn()- Parameters:
stageArn- Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).- Returns:
this
-
tags
Sets the value ofCfnIngestConfigurationProps.getTags()- Parameters:
tags- A list of key-value pairs that contain metadata for the asset model.- Returns:
this
-
userId
Sets the value ofCfnIngestConfigurationProps.getUserId()- Parameters:
userId- User defined indentifier for participant associated with IngestConfiguration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIngestConfigurationProps>- Returns:
- a new instance of
CfnIngestConfigurationProps - Throws:
NullPointerException- if any required attribute was not provided
-