public static interface FirewallPolicyResponse.Builder extends SdkPojo, CopyableBuilder<FirewallPolicyResponse.Builder,FirewallPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyResponse.Builder |
description(String description)
A description of the 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 |
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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2021. All rights reserved.