Class CfnDataAutomationProject.CustomOutputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.CustomOutputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProject.CustomOutputConfigurationProperty>
- Enclosing interface:
CfnDataAutomationProject.CustomOutputConfigurationProperty
@Stability(Stable)
public static final class CfnDataAutomationProject.CustomOutputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProject.CustomOutputConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblueprints(List<? extends Object> blueprints) blueprints(IResolvable blueprints) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
blueprints
@Stability(Stable) public CfnDataAutomationProject.CustomOutputConfigurationProperty.Builder blueprints(IResolvable blueprints) - Parameters:
blueprints- A list of blueprints.- Returns:
this
-
blueprints
@Stability(Stable) public CfnDataAutomationProject.CustomOutputConfigurationProperty.Builder blueprints(List<? extends Object> blueprints) - Parameters:
blueprints- A list of blueprints.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProject.CustomOutputConfigurationProperty>- Returns:
- a new instance of
CfnDataAutomationProject.CustomOutputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-