| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformEncryption.Builder |
TransformEncryption.builder() |
default TransformEncryption.Builder |
TransformEncryption.Builder.mlUserDataEncryption(Consumer<MLUserDataEncryption.Builder> mlUserDataEncryption)
An
MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID. |
TransformEncryption.Builder |
TransformEncryption.Builder.mlUserDataEncryption(MLUserDataEncryption mlUserDataEncryption)
An
MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID. |
TransformEncryption.Builder |
TransformEncryption.Builder.taskRunSecurityConfigurationName(String taskRunSecurityConfigurationName)
The name of the security configuration.
|
TransformEncryption.Builder |
TransformEncryption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransformEncryption.Builder> |
TransformEncryption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetMlTransformResponse.Builder |
GetMlTransformResponse.Builder.transformEncryption(Consumer<TransformEncryption.Builder> transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
default CreateMlTransformRequest.Builder |
CreateMlTransformRequest.Builder.transformEncryption(Consumer<TransformEncryption.Builder> transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
default MLTransform.Builder |
MLTransform.Builder.transformEncryption(Consumer<TransformEncryption.Builder> transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
Copyright © 2023. All rights reserved.