Uses of Interface
software.amazon.awssdk.services.sagemaker.model.OnlineStoreSecurityConfig.Builder
-
Packages that use OnlineStoreSecurityConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OnlineStoreSecurityConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OnlineStoreSecurityConfig.Builder Modifier and Type Method Description static OnlineStoreSecurityConfig.BuilderOnlineStoreSecurityConfig. builder()OnlineStoreSecurityConfig.BuilderOnlineStoreSecurityConfig.Builder. kmsKeyId(String kmsKeyId)The Amazon Web Services Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.OnlineStoreSecurityConfig.BuilderOnlineStoreSecurityConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type OnlineStoreSecurityConfig.Builder Modifier and Type Method Description static Class<? extends OnlineStoreSecurityConfig.Builder>OnlineStoreSecurityConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type OnlineStoreSecurityConfig.Builder Modifier and Type Method Description default OnlineStoreConfig.BuilderOnlineStoreConfig.Builder. securityConfig(Consumer<OnlineStoreSecurityConfig.Builder> securityConfig)Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of yourOnlineStore.
-