Class CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty>
- Enclosing interface:
CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty
@Stability(Stable)
public static final class CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
state
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty.Builder state(String state) Sets the value ofCfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty.getState()- Parameters:
state- Whether generating descriptions is enabled for documents.- Returns:
this
-
build
@Stability(Stable) public CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty>- Returns:
- a new instance of
CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty - Throws:
NullPointerException- if any required attribute was not provided
-