public static interface LabelingJobOutputConfig.Builder extends SdkPojo, CopyableBuilder<LabelingJobOutputConfig.Builder,LabelingJobOutputConfig>
Modifier and Type | Method and Description |
---|---|
LabelingJobOutputConfig.Builder |
kmsKeyId(String kmsKeyId)
The AWS Key Management Service ID of the key used to encrypt the output data, if any.
|
LabelingJobOutputConfig.Builder |
s3OutputPath(String s3OutputPath)
The Amazon S3 location to write output data.
|
copy
applyMutation, build
LabelingJobOutputConfig.Builder s3OutputPath(String s3OutputPath)
The Amazon S3 location to write output data.
s3OutputPath
- The Amazon S3 location to write output data.LabelingJobOutputConfig.Builder kmsKeyId(String kmsKeyId)
The AWS Key Management Service ID of the key used to encrypt the output data, if any.
kmsKeyId
- The AWS Key Management Service ID of the key used to encrypt the output data, if any.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.