public static interface AutoMLOutputDataConfig.Builder extends SdkPojo, CopyableBuilder<AutoMLOutputDataConfig.Builder,AutoMLOutputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
AutoMLOutputDataConfig.Builder |
kmsKeyId(String kmsKeyId)
The Key Management Service (KMS) encryption key ID.
|
AutoMLOutputDataConfig.Builder |
s3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLOutputDataConfig.Builder kmsKeyId(String kmsKeyId)
The Key Management Service (KMS) encryption key ID.
kmsKeyId - The Key Management Service (KMS) encryption key ID.AutoMLOutputDataConfig.Builder s3OutputPath(String s3OutputPath)
The Amazon S3 output path. Must be 128 characters or less.
s3OutputPath - The Amazon S3 output path. Must be 128 characters or less.Copyright © 2023. All rights reserved.