Class CfnParallelData.Builder
java.lang.Object
software.amazon.awscdk.services.translate.CfnParallelData.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnParallelData>
- Enclosing class:
CfnParallelData
@Stability(Stable)
public static final class CfnParallelData.Builder
extends Object
implements software.amazon.jsii.Builder<CfnParallelData>
A fluent builder for
CfnParallelData.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnParallelData.Builderdescription(String description) A custom description for the parallel data resource.encryptionKey(IResolvable encryptionKey) The encryption key used to encrypt this object.encryptionKey(CfnParallelData.EncryptionKeyProperty encryptionKey) The encryption key used to encrypt this object.A custom name for the parallel data resource.parallelDataConfig(IResolvable parallelDataConfig) Specifies the format and S3 location of the parallel data input file.parallelDataConfig(CfnParallelData.ParallelDataConfigProperty parallelDataConfig) Specifies the format and S3 location of the parallel data input file.tags(List<? extends CfnParallelData.TagsItemsProperty> tags) Tags associated with the parallel data resource.
-
Method Details
-
create
@Stability(Stable) public static CfnParallelData.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
CfnParallelData.Builder.
-
name
A custom name for the parallel data resource.Must be unique in the account and region.
- Parameters:
name- A custom name for the parallel data resource. This parameter is required.- Returns:
this- See Also:
-
parallelDataConfig
@Stability(Stable) public CfnParallelData.Builder parallelDataConfig(IResolvable parallelDataConfig) Specifies the format and S3 location of the parallel data input file.- Parameters:
parallelDataConfig- Specifies the format and S3 location of the parallel data input file. This parameter is required.- Returns:
this- See Also:
-
parallelDataConfig
@Stability(Stable) public CfnParallelData.Builder parallelDataConfig(CfnParallelData.ParallelDataConfigProperty parallelDataConfig) Specifies the format and S3 location of the parallel data input file.- Parameters:
parallelDataConfig- Specifies the format and S3 location of the parallel data input file. This parameter is required.- Returns:
this- See Also:
-
description
A custom description for the parallel data resource.- Parameters:
description- A custom description for the parallel data resource. This parameter is required.- Returns:
this- See Also:
-
encryptionKey
The encryption key used to encrypt this object.- Parameters:
encryptionKey- The encryption key used to encrypt this object. This parameter is required.- Returns:
this- See Also:
-
encryptionKey
@Stability(Stable) public CfnParallelData.Builder encryptionKey(CfnParallelData.EncryptionKeyProperty encryptionKey) The encryption key used to encrypt this object.- Parameters:
encryptionKey- The encryption key used to encrypt this object. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnParallelData.Builder tags(List<? extends CfnParallelData.TagsItemsProperty> tags) Tags associated with the parallel data resource.- Parameters:
tags- Tags associated with the parallel data resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnParallelData>- Returns:
- a newly built instance of
CfnParallelData.
-