Class DomainEncryptAtRestArgs.Builder

  • Enclosing class:
    DomainEncryptAtRestArgs

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

      • enabled

        public DomainEncryptAtRestArgs.Builder enabled​(com.pulumi.core.Output<java.lang.Boolean> enabled)
        Parameters:
        enabled - Whether to enable node-to-node encryption. If the `node_to_node_encryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearch_version` of `6.0` or greater.
        Returns:
        builder
      • enabled

        public DomainEncryptAtRestArgs.Builder enabled​(java.lang.Boolean enabled)
        Parameters:
        enabled - Whether to enable node-to-node encryption. If the `node_to_node_encryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearch_version` of `6.0` or greater.
        Returns:
        builder