Class CfnDataAutomationProject.SpeakerLabelingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProject.SpeakerLabelingConfigurationProperty>
- Enclosing interface:
CfnDataAutomationProject.SpeakerLabelingConfigurationProperty
@Stability(Stable)
public static final class CfnDataAutomationProject.SpeakerLabelingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProject.SpeakerLabelingConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDataAutomationProject.SpeakerLabelingConfigurationProperty.getState()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
state
@Stability(Stable) public CfnDataAutomationProject.SpeakerLabelingConfigurationProperty.Builder state(String state) Sets the value ofCfnDataAutomationProject.SpeakerLabelingConfigurationProperty.getState()
- Parameters:
state
- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProject.SpeakerLabelingConfigurationProperty>
- Returns:
- a new instance of
CfnDataAutomationProject.SpeakerLabelingConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-