Interface AutoMLOutputDataConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoMLOutputDataConfig.Builder,AutoMLOutputDataConfig>
,SdkBuilder<AutoMLOutputDataConfig.Builder,AutoMLOutputDataConfig>
,SdkPojo
- Enclosing class:
- AutoMLOutputDataConfig
public static interface AutoMLOutputDataConfig.Builder extends SdkPojo, CopyableBuilder<AutoMLOutputDataConfig.Builder,AutoMLOutputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoMLOutputDataConfig.Builder
kmsKeyId(String kmsKeyId)
The Key Management Service (KMS) encryption key ID.AutoMLOutputDataConfig.Builder
s3OutputPath(String s3OutputPath)
The Amazon S3 output path.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
kmsKeyId
AutoMLOutputDataConfig.Builder kmsKeyId(String kmsKeyId)
The Key Management Service (KMS) encryption key ID.
- Parameters:
kmsKeyId
- The Key Management Service (KMS) encryption key ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3OutputPath
AutoMLOutputDataConfig.Builder s3OutputPath(String s3OutputPath)
The Amazon S3 output path. Must be 128 characters or less.
- Parameters:
s3OutputPath
- The Amazon S3 output path. Must be 128 characters or less.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-