public static interface FirewallPolicyResponse.Builder extends SdkPojo, CopyableBuilder<FirewallPolicyResponse.Builder,FirewallPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyResponse.Builder |
consumedStatefulRuleCapacity(Integer consumedStatefulRuleCapacity)
The number of capacity units currently consumed by the policy's stateful rules.
|
FirewallPolicyResponse.Builder |
consumedStatelessRuleCapacity(Integer consumedStatelessRuleCapacity)
The number of capacity units currently consumed by the policy's stateless rules.
|
FirewallPolicyResponse.Builder |
description(String description)
A description of the firewall policy.
|
default FirewallPolicyResponse.Builder |
encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall
policy.
|
FirewallPolicyResponse.Builder |
encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall
policy.
|
FirewallPolicyResponse.Builder |
firewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
|
FirewallPolicyResponse.Builder |
firewallPolicyId(String firewallPolicyId)
The unique identifier for the firewall policy.
|
FirewallPolicyResponse.Builder |
firewallPolicyName(String firewallPolicyName)
The descriptive name of the firewall policy.
|
FirewallPolicyResponse.Builder |
firewallPolicyStatus(ResourceStatus firewallPolicyStatus)
The current status of the firewall policy.
|
FirewallPolicyResponse.Builder |
firewallPolicyStatus(String firewallPolicyStatus)
The current status of the firewall policy.
|
FirewallPolicyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last time that the firewall policy was changed.
|
FirewallPolicyResponse.Builder |
numberOfAssociations(Integer numberOfAssociations)
The number of firewalls that are associated with this firewall policy.
|
FirewallPolicyResponse.Builder |
tags(Collection<Tag> tags)
The key:value pairs to associate with the resource.
|
FirewallPolicyResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The key:value pairs to associate with the resource.
|
FirewallPolicyResponse.Builder |
tags(Tag... tags)
The key:value pairs to associate with the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFirewallPolicyResponse.Builder firewallPolicyName(String firewallPolicyName)
The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.
firewallPolicyName - The descriptive name of the firewall policy. You can't change the name of a firewall policy after you
create it.FirewallPolicyResponse.Builder firewallPolicyArn(String firewallPolicyArn)
The Amazon Resource Name (ARN) of the firewall policy.
If this response is for a create request that had DryRun set to TRUE, then this ARN
is a placeholder that isn't attached to a valid resource.
firewallPolicyArn - The Amazon Resource Name (ARN) of the firewall policy.
If this response is for a create request that had DryRun set to TRUE, then
this ARN is a placeholder that isn't attached to a valid resource.
FirewallPolicyResponse.Builder firewallPolicyId(String firewallPolicyId)
The unique identifier for the firewall policy.
firewallPolicyId - The unique identifier for the firewall policy.FirewallPolicyResponse.Builder description(String description)
A description of the firewall policy.
description - A description of the firewall policy.FirewallPolicyResponse.Builder firewallPolicyStatus(String firewallPolicyStatus)
The current status of the firewall policy. You can retrieve this for a firewall policy by calling DescribeFirewallPolicy and providing the firewall policy's name or ARN.
firewallPolicyStatus - The current status of the firewall policy. You can retrieve this for a firewall policy by calling
DescribeFirewallPolicy and providing the firewall policy's name or ARN.ResourceStatus,
ResourceStatusFirewallPolicyResponse.Builder firewallPolicyStatus(ResourceStatus firewallPolicyStatus)
The current status of the firewall policy. You can retrieve this for a firewall policy by calling DescribeFirewallPolicy and providing the firewall policy's name or ARN.
firewallPolicyStatus - The current status of the firewall policy. You can retrieve this for a firewall policy by calling
DescribeFirewallPolicy and providing the firewall policy's name or ARN.ResourceStatus,
ResourceStatusFirewallPolicyResponse.Builder tags(Collection<Tag> tags)
The key:value pairs to associate with the resource.
tags - The key:value pairs to associate with the resource.FirewallPolicyResponse.Builder tags(Tag... tags)
The key:value pairs to associate with the resource.
tags - The key:value pairs to associate with the resource.FirewallPolicyResponse.Builder tags(Consumer<Tag.Builder>... tags)
The key:value pairs to associate with the resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) FirewallPolicyResponse.Builder consumedStatelessRuleCapacity(Integer consumedStatelessRuleCapacity)
The number of capacity units currently consumed by the policy's stateless rules.
consumedStatelessRuleCapacity - The number of capacity units currently consumed by the policy's stateless rules.FirewallPolicyResponse.Builder consumedStatefulRuleCapacity(Integer consumedStatefulRuleCapacity)
The number of capacity units currently consumed by the policy's stateful rules.
consumedStatefulRuleCapacity - The number of capacity units currently consumed by the policy's stateful rules.FirewallPolicyResponse.Builder numberOfAssociations(Integer numberOfAssociations)
The number of firewalls that are associated with this firewall policy.
numberOfAssociations - The number of firewalls that are associated with this firewall policy.FirewallPolicyResponse.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall policy.
encryptionConfiguration - A complex type that contains the Amazon Web Services KMS encryption configuration settings for your
firewall policy.default FirewallPolicyResponse.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall policy.
This is a convenience method that creates an instance of theEncryptionConfiguration.Builder avoiding
the need to create one manually via EncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionConfiguration(EncryptionConfiguration).
encryptionConfiguration - a consumer that will call methods on EncryptionConfiguration.BuilderencryptionConfiguration(EncryptionConfiguration)FirewallPolicyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last time that the firewall policy was changed.
lastModifiedTime - The last time that the firewall policy was changed.Copyright © 2023. All rights reserved.