Class NetworkfirewallFirewallEncryptionConfiguration.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.networkfirewall_firewall.NetworkfirewallFirewallEncryptionConfiguration.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<NetworkfirewallFirewallEncryptionConfiguration>
- Enclosing interface:
- NetworkfirewallFirewallEncryptionConfiguration
@Stability(Stable) public static final class NetworkfirewallFirewallEncryptionConfiguration.Builder extends Object implements software.amazon.jsii.Builder<NetworkfirewallFirewallEncryptionConfiguration>
A builder forNetworkfirewallFirewallEncryptionConfiguration
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkfirewallFirewallEncryptionConfigurationbuild()Builds the configured instance.NetworkfirewallFirewallEncryptionConfiguration.BuilderkeyId(String keyId)Sets the value ofNetworkfirewallFirewallEncryptionConfiguration.getKeyId()NetworkfirewallFirewallEncryptionConfiguration.Buildertype(String type)Sets the value ofNetworkfirewallFirewallEncryptionConfiguration.getType()
-
-
-
Method Detail
-
type
@Stability(Stable) public NetworkfirewallFirewallEncryptionConfiguration.Builder type(String type)
Sets the value ofNetworkfirewallFirewallEncryptionConfiguration.getType()- Parameters:
type- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#type NetworkfirewallFirewall#type}. This parameter is required.- Returns:
this
-
keyId
@Stability(Stable) public NetworkfirewallFirewallEncryptionConfiguration.Builder keyId(String keyId)
Sets the value ofNetworkfirewallFirewallEncryptionConfiguration.getKeyId()- Parameters:
keyId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#key_id NetworkfirewallFirewall#key_id}.- Returns:
this
-
build
@Stability(Stable) public NetworkfirewallFirewallEncryptionConfiguration build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NetworkfirewallFirewallEncryptionConfiguration>- Returns:
- a new instance of
NetworkfirewallFirewallEncryptionConfiguration - Throws:
NullPointerException- if any required attribute was not provided
-
-