Class ElasticsearchDomainNodeToNodeEncryption.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.elasticsearch_domain.ElasticsearchDomainNodeToNodeEncryption.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ElasticsearchDomainNodeToNodeEncryption>
- Enclosing interface:
- ElasticsearchDomainNodeToNodeEncryption
@Stability(Stable) public static final class ElasticsearchDomainNodeToNodeEncryption.Builder extends Object implements software.amazon.jsii.Builder<ElasticsearchDomainNodeToNodeEncryption>
A builder forElasticsearchDomainNodeToNodeEncryption
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElasticsearchDomainNodeToNodeEncryptionbuild()Builds the configured instance.ElasticsearchDomainNodeToNodeEncryption.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofElasticsearchDomainNodeToNodeEncryption.getEnabled()ElasticsearchDomainNodeToNodeEncryption.Builderenabled(Boolean enabled)Sets the value ofElasticsearchDomainNodeToNodeEncryption.getEnabled()
-
-
-
Method Detail
-
enabled
@Stability(Stable) public ElasticsearchDomainNodeToNodeEncryption.Builder enabled(Boolean enabled)
Sets the value ofElasticsearchDomainNodeToNodeEncryption.getEnabled()- Parameters:
enabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#enabled ElasticsearchDomain#enabled}. This parameter is required.- Returns:
this
-
enabled
@Stability(Stable) public ElasticsearchDomainNodeToNodeEncryption.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofElasticsearchDomainNodeToNodeEncryption.getEnabled()- Parameters:
enabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#enabled ElasticsearchDomain#enabled}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public ElasticsearchDomainNodeToNodeEncryption build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ElasticsearchDomainNodeToNodeEncryption>- Returns:
- a new instance of
ElasticsearchDomainNodeToNodeEncryption - Throws:
NullPointerException- if any required attribute was not provided
-
-