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