Class CfnStageProps.Builder
java.lang.Object
software.amazon.awscdk.services.ivs.CfnStageProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStageProps>
- Enclosing interface:
CfnStageProps
@Stability(Stable)
public static final class CfnStageProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStageProps>
A builder for
CfnStageProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionautoParticipantRecordingConfiguration
(IResolvable autoParticipantRecordingConfiguration) Sets the value ofCfnStageProps.getAutoParticipantRecordingConfiguration()
autoParticipantRecordingConfiguration
(CfnStage.AutoParticipantRecordingConfigurationProperty autoParticipantRecordingConfiguration) Sets the value ofCfnStageProps.getAutoParticipantRecordingConfiguration()
build()
Builds the configured instance.Sets the value ofCfnStageProps.getName()
Sets the value ofCfnStageProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autoParticipantRecordingConfiguration
@Stability(Stable) public CfnStageProps.Builder autoParticipantRecordingConfiguration(IResolvable autoParticipantRecordingConfiguration) Sets the value ofCfnStageProps.getAutoParticipantRecordingConfiguration()
- Parameters:
autoParticipantRecordingConfiguration
- Configuration object for individual participant recording, to attach to the new stage.- Returns:
this
-
autoParticipantRecordingConfiguration
@Stability(Stable) public CfnStageProps.Builder autoParticipantRecordingConfiguration(CfnStage.AutoParticipantRecordingConfigurationProperty autoParticipantRecordingConfiguration) Sets the value ofCfnStageProps.getAutoParticipantRecordingConfiguration()
- Parameters:
autoParticipantRecordingConfiguration
- Configuration object for individual participant recording, to attach to the new stage.- Returns:
this
-
name
Sets the value ofCfnStageProps.getName()
- Parameters:
name
- Stage name.- Returns:
this
-
tags
Sets the value ofCfnStageProps.getTags()
- Parameters:
tags
- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnStageProps>
- Returns:
- a new instance of
CfnStageProps
- Throws:
NullPointerException
- if any required attribute was not provided
-