| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionConfiguration.Builder |
EncryptionConfiguration.builder() |
EncryptionConfiguration.Builder |
EncryptionConfiguration.Builder.keyId(String keyId)
The ID of the Amazon Web Services Key Management Service (KMS) customer managed key.
|
EncryptionConfiguration.Builder |
EncryptionConfiguration.toBuilder() |
EncryptionConfiguration.Builder |
EncryptionConfiguration.Builder.type(EncryptionType type)
The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.
|
EncryptionConfiguration.Builder |
EncryptionConfiguration.Builder.type(String type)
The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionConfiguration.Builder> |
EncryptionConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Firewall.Builder |
Firewall.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall.
|
default TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your TLS
inspection configuration.
|
default CreateTlsInspectionConfigurationRequest.Builder |
CreateTlsInspectionConfigurationRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
Sets the value of the EncryptionConfiguration property for this object.
|
default CreateFirewallRequest.Builder |
CreateFirewallRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains settings for encryption of your firewall resources.
|
default UpdateTlsInspectionConfigurationRequest.Builder |
UpdateTlsInspectionConfigurationRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your TLS
inspection configuration.
|
default CreateRuleGroupRequest.Builder |
CreateRuleGroupRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains settings for encryption of your rule group resources.
|
default UpdateFirewallEncryptionConfigurationResponse.Builder |
UpdateFirewallEncryptionConfigurationResponse.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
Sets the value of the EncryptionConfiguration property for this object.
|
default UpdateFirewallPolicyRequest.Builder |
UpdateFirewallPolicyRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains settings for encryption of your firewall policy resources.
|
default FirewallPolicyResponse.Builder |
FirewallPolicyResponse.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall
policy.
|
default UpdateRuleGroupRequest.Builder |
UpdateRuleGroupRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains settings for encryption of your rule group resources.
|
default RuleGroupResponse.Builder |
RuleGroupResponse.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your rule
group.
|
default CreateFirewallPolicyRequest.Builder |
CreateFirewallPolicyRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains settings for encryption of your firewall policy resources.
|
default UpdateFirewallEncryptionConfigurationRequest.Builder |
UpdateFirewallEncryptionConfigurationRequest.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
Sets the value of the EncryptionConfiguration property for this object.
|
Copyright © 2023. All rights reserved.