Interface CfnParallelData.ParallelDataConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnParallelData.ParallelDataConfigProperty.Jsii$Proxy
- Enclosing class:
CfnParallelData
@Stability(Stable)
public static interface CfnParallelData.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.services.translate.*;
ParallelDataConfigProperty parallelDataConfigProperty = ParallelDataConfigProperty.builder()
.format("format")
.s3Uri("s3Uri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnParallelData.ParallelDataConfigPropertystatic final classAn implementation forCfnParallelData.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
-