Class EncryptionConfigState.Builder

  • Enclosing class:
    EncryptionConfigState

    public static final class EncryptionConfigState.Builder
    extends java.lang.Object
    • Method Detail

      • keyId

        public EncryptionConfigState.Builder keyId​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> keyId)
        Parameters:
        keyId - An AWS KMS customer master key (CMK) ARN.
        Returns:
        builder
      • keyId

        public EncryptionConfigState.Builder keyId​(java.lang.String keyId)
        Parameters:
        keyId - An AWS KMS customer master key (CMK) ARN.
        Returns:
        builder
      • type

        public EncryptionConfigState.Builder type​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - The type of encryption. Set to `KMS` to use your own key for encryption. Set to `NONE` for default encryption.
        Returns:
        builder
      • type

        public EncryptionConfigState.Builder type​(java.lang.String type)
        Parameters:
        type - The type of encryption. Set to `KMS` to use your own key for encryption. Set to `NONE` for default encryption.
        Returns:
        builder