Interface ModelPackageSecurityConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelPackageSecurityConfig.Builder,ModelPackageSecurityConfig>
,SdkBuilder<ModelPackageSecurityConfig.Builder,ModelPackageSecurityConfig>
,SdkPojo
- Enclosing class:
- ModelPackageSecurityConfig
public static interface ModelPackageSecurityConfig.Builder extends SdkPojo, CopyableBuilder<ModelPackageSecurityConfig.Builder,ModelPackageSecurityConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelPackageSecurityConfig.Builder
kmsKeyId(String kmsKeyId)
The KMS Key ID (KMSKeyId
) used for encryption of model package information.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
kmsKeyId
ModelPackageSecurityConfig.Builder kmsKeyId(String kmsKeyId)
The KMS Key ID (
KMSKeyId
) used for encryption of model package information.- Parameters:
kmsKeyId
- The KMS Key ID (KMSKeyId
) used for encryption of model package information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-