| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static OnlineStoreSecurityConfig.Builder |
OnlineStoreSecurityConfig.builder() |
OnlineStoreSecurityConfig.Builder |
OnlineStoreSecurityConfig.Builder.kmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service (AWS KMS) key that SageMaker Feature Store uses to encrypt the
Amazon S3 objects at rest using Amazon S3 server-side encryption.
|
OnlineStoreSecurityConfig.Builder |
OnlineStoreSecurityConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OnlineStoreSecurityConfig.Builder> |
OnlineStoreSecurityConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OnlineStoreConfig.Builder |
OnlineStoreConfig.Builder.securityConfig(Consumer<OnlineStoreSecurityConfig.Builder> securityConfig)
Use to specify KMS Key ID (
KMSKeyId) for at-rest encryption of your OnlineStore. |
Copyright © 2021. All rights reserved.