public static interface TransformEncryption.Builder extends SdkPojo, CopyableBuilder<TransformEncryption.Builder,TransformEncryption>
| Modifier and Type | Method and Description |
|---|---|
default TransformEncryption.Builder |
mlUserDataEncryption(Consumer<MLUserDataEncryption.Builder> mlUserDataEncryption)
An
MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID. |
TransformEncryption.Builder |
mlUserDataEncryption(MLUserDataEncryption mlUserDataEncryption)
An
MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID. |
TransformEncryption.Builder |
taskRunSecurityConfigurationName(String taskRunSecurityConfigurationName)
The name of the security configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransformEncryption.Builder mlUserDataEncryption(MLUserDataEncryption mlUserDataEncryption)
An MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID.
mlUserDataEncryption - An MLUserDataEncryption object containing the encryption mode and customer-provided KMS
key ID.default TransformEncryption.Builder mlUserDataEncryption(Consumer<MLUserDataEncryption.Builder> mlUserDataEncryption)
An MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID.
MLUserDataEncryption.Builder avoiding
the need to create one manually via MLUserDataEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to mlUserDataEncryption(MLUserDataEncryption).
mlUserDataEncryption - a consumer that will call methods on MLUserDataEncryption.BuildermlUserDataEncryption(MLUserDataEncryption)TransformEncryption.Builder taskRunSecurityConfigurationName(String taskRunSecurityConfigurationName)
The name of the security configuration.
taskRunSecurityConfigurationName - The name of the security configuration.Copyright © 2023. All rights reserved.