Class CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty>
- Enclosing interface:
CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty
@Stability(Stable)
public static final class CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
state
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty.Builder state(String state) Sets the value ofCfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty.getState()- Parameters:
state- State of speaker labeling, either enabled or disabled.- Returns:
this
-
build
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty>- Returns:
- a new instance of
CfnDataAutomationProjectPropsMixin.SpeakerLabelingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-