Class CfnParallelDataPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.translate.CfnParallelDataPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnParallelDataPropsMixin>
- Enclosing class:
CfnParallelDataPropsMixin
@Stability(Stable)
public static final class CfnParallelDataPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnParallelDataPropsMixin>
A fluent builder for
CfnParallelDataPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A custom description for the parallel data resource.encryptionKey(CfnParallelDataPropsMixin.EncryptionKeyProperty encryptionKey) The encryption key used to encrypt this object.encryptionKey(IResolvable encryptionKey) The encryption key used to encrypt this object.A custom name for the parallel data resource.parallelDataConfig(CfnParallelDataPropsMixin.ParallelDataConfigProperty parallelDataConfig) Specifies the format and S3 location of the parallel data input file.parallelDataConfig(IResolvable parallelDataConfig) Specifies the format and S3 location of the parallel data input file.tags(List<? extends CfnParallelDataPropsMixin.TagsItemsProperty> tags) Tags associated with the parallel data resource.
-
Method Details
-
create
@Stability(Stable) public static CfnParallelDataPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnParallelDataPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnParallelDataPropsMixin.Builder.
-
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
@Stability(Stable) public CfnParallelDataPropsMixin.Builder encryptionKey(IResolvable 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 CfnParallelDataPropsMixin.Builder encryptionKey(CfnParallelDataPropsMixin.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:
-
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 CfnParallelDataPropsMixin.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 CfnParallelDataPropsMixin.Builder parallelDataConfig(CfnParallelDataPropsMixin.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:
-
tags
@Stability(Stable) public CfnParallelDataPropsMixin.Builder tags(List<? extends CfnParallelDataPropsMixin.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<CfnParallelDataPropsMixin>- Returns:
- a newly built instance of
CfnParallelDataPropsMixin.
-