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