Factory.DefinitionStages.WithEncryption Interface

public static interface Factory.DefinitionStages.WithEncryption

The stage of the Factory definition allowing to specify encryption.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEncryption(EncryptionConfiguration encryption)

Specifies the encryption property: Properties to enable Customer Managed Key for the factory..

Method Details

withEncryption

public abstract Factory.DefinitionStages.WithCreate withEncryption(EncryptionConfiguration encryption)

Specifies the encryption property: Properties to enable Customer Managed Key for the factory..

Parameters:

encryption - Properties to enable Customer Managed Key for the factory.

Returns:

the next definition stage.

Applies to