Class CfnDataAutomationProject.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationProject>
- Enclosing class:
CfnDataAutomationProject
@Stability(Stable)
public static final class CfnDataAutomationProject.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationProject>
A fluent builder for
CfnDataAutomationProject.-
Method Summary
Modifier and TypeMethodDescriptionbuild()customOutputConfiguration(IResolvable customOutputConfiguration) Blueprints to apply to objects processed by the project.customOutputConfiguration(CfnDataAutomationProject.CustomOutputConfigurationProperty customOutputConfiguration) Blueprints to apply to objects processed by the project.kmsEncryptionContext(Map<String, String> kmsEncryptionContext) The AWS encryption context to use for encryption.kmsEncryptionContext(IResolvable kmsEncryptionContext) The AWS encryption context to use for encryption.The AWS key to use for encryption.overrideConfiguration(IResolvable overrideConfiguration) Additional settings for the project.overrideConfiguration(CfnDataAutomationProject.OverrideConfigurationProperty overrideConfiguration) Additional settings for the project.projectDescription(String projectDescription) The project's description.projectName(String projectName) The project's name.projectType(String projectType) Type of the DataAutomationProject - Sync or Async.standardOutputConfiguration(IResolvable standardOutputConfiguration) The project's standard output configuration.standardOutputConfiguration(CfnDataAutomationProject.StandardOutputConfigurationProperty standardOutputConfiguration) The project's standard output configuration.List of Tags.
-
Method Details
-
create
@Stability(Stable) public static CfnDataAutomationProject.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDataAutomationProject.Builder.
-
projectName
The project's name.- Parameters:
projectName- The project's name. This parameter is required.- Returns:
this- See Also:
-
customOutputConfiguration
@Stability(Stable) public CfnDataAutomationProject.Builder customOutputConfiguration(IResolvable customOutputConfiguration) Blueprints to apply to objects processed by the project.- Parameters:
customOutputConfiguration- Blueprints to apply to objects processed by the project. This parameter is required.- Returns:
this- See Also:
-
customOutputConfiguration
@Stability(Stable) public CfnDataAutomationProject.Builder customOutputConfiguration(CfnDataAutomationProject.CustomOutputConfigurationProperty customOutputConfiguration) Blueprints to apply to objects processed by the project.- Parameters:
customOutputConfiguration- Blueprints to apply to objects processed by the project. This parameter is required.- Returns:
this- See Also:
-
kmsEncryptionContext
@Stability(Stable) public CfnDataAutomationProject.Builder kmsEncryptionContext(Map<String, String> kmsEncryptionContext) The AWS encryption context to use for encryption.- Parameters:
kmsEncryptionContext- The AWS encryption context to use for encryption. This parameter is required.- Returns:
this- See Also:
-
kmsEncryptionContext
@Stability(Stable) public CfnDataAutomationProject.Builder kmsEncryptionContext(IResolvable kmsEncryptionContext) The AWS encryption context to use for encryption.- Parameters:
kmsEncryptionContext- The AWS encryption context to use for encryption. This parameter is required.- Returns:
this- See Also:
-
kmsKeyId
The AWS key to use for encryption.- Parameters:
kmsKeyId- The AWS key to use for encryption. This parameter is required.- Returns:
this- See Also:
-
overrideConfiguration
@Stability(Stable) public CfnDataAutomationProject.Builder overrideConfiguration(IResolvable overrideConfiguration) Additional settings for the project.- Parameters:
overrideConfiguration- Additional settings for the project. This parameter is required.- Returns:
this- See Also:
-
overrideConfiguration
@Stability(Stable) public CfnDataAutomationProject.Builder overrideConfiguration(CfnDataAutomationProject.OverrideConfigurationProperty overrideConfiguration) Additional settings for the project.- Parameters:
overrideConfiguration- Additional settings for the project. This parameter is required.- Returns:
this- See Also:
-
projectDescription
@Stability(Stable) public CfnDataAutomationProject.Builder projectDescription(String projectDescription) The project's description.- Parameters:
projectDescription- The project's description. This parameter is required.- Returns:
this- See Also:
-
projectType
Type of the DataAutomationProject - Sync or Async.- Parameters:
projectType- Type of the DataAutomationProject - Sync or Async. This parameter is required.- Returns:
this- See Also:
-
standardOutputConfiguration
@Stability(Stable) public CfnDataAutomationProject.Builder standardOutputConfiguration(IResolvable standardOutputConfiguration) The project's standard output configuration.- Parameters:
standardOutputConfiguration- The project's standard output configuration. This parameter is required.- Returns:
this- See Also:
-
standardOutputConfiguration
@Stability(Stable) public CfnDataAutomationProject.Builder standardOutputConfiguration(CfnDataAutomationProject.StandardOutputConfigurationProperty standardOutputConfiguration) The project's standard output configuration.- Parameters:
standardOutputConfiguration- The project's standard output configuration. This parameter is required.- Returns:
this- See Also:
-
tags
List of Tags.- Parameters:
tags- List of Tags. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationProject>- Returns:
- a newly built instance of
CfnDataAutomationProject.
-