Interface CfnParallelDataPropsMixin.ParallelDataConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnParallelDataPropsMixin.ParallelDataConfigProperty.Jsii$Proxy
- Enclosing class:
CfnParallelDataPropsMixin
@Stability(Stable)
public static interface CfnParallelDataPropsMixin.ParallelDataConfigProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the format and S3 location of the parallel data input file.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.translate.*;
ParallelDataConfigProperty parallelDataConfigProperty = ParallelDataConfigProperty.builder()
.format("format")
.s3Uri("s3Uri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnParallelDataPropsMixin.ParallelDataConfigPropertystatic final classAn implementation forCfnParallelDataPropsMixin.ParallelDataConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFormat
The format of the parallel data input file.- See Also:
-
getS3Uri
The URI of the Amazon S3 folder that contains the parallel data input file.- See Also:
-
builder
-