public static interface FirewallRuleGroup.Builder extends SdkPojo, CopyableBuilder<FirewallRuleGroup.Builder,FirewallRuleGroup>
| Modifier and Type | Method and Description |
|---|---|
FirewallRuleGroup.Builder |
arn(String arn)
The ARN (Amazon Resource Name) of the rule group.
|
FirewallRuleGroup.Builder |
creationTime(String creationTime)
The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallRuleGroup.Builder |
creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
FirewallRuleGroup.Builder |
id(String id)
The ID of the rule group.
|
FirewallRuleGroup.Builder |
modificationTime(String modificationTime)
The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
FirewallRuleGroup.Builder |
name(String name)
The name of the rule group.
|
FirewallRuleGroup.Builder |
ownerId(String ownerId)
The Amazon Web Services account ID for the account that created the rule group.
|
FirewallRuleGroup.Builder |
ruleCount(Integer ruleCount)
The number of rules in the rule group.
|
FirewallRuleGroup.Builder |
shareStatus(ShareStatus shareStatus)
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current
account by another Amazon Web Services account.
|
FirewallRuleGroup.Builder |
shareStatus(String shareStatus)
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current
account by another Amazon Web Services account.
|
FirewallRuleGroup.Builder |
status(FirewallRuleGroupStatus status)
The status of the domain list.
|
FirewallRuleGroup.Builder |
status(String status)
The status of the domain list.
|
FirewallRuleGroup.Builder |
statusMessage(String statusMessage)
Additional information about the status of the rule group, if available.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFirewallRuleGroup.Builder id(String id)
The ID of the rule group.
id - The ID of the rule group.FirewallRuleGroup.Builder arn(String arn)
The ARN (Amazon Resource Name) of the rule group.
arn - The ARN (Amazon Resource Name) of the rule group.FirewallRuleGroup.Builder name(String name)
The name of the rule group.
name - The name of the rule group.FirewallRuleGroup.Builder ruleCount(Integer ruleCount)
The number of rules in the rule group.
ruleCount - The number of rules in the rule group.FirewallRuleGroup.Builder status(String status)
The status of the domain list.
status - The status of the domain list.FirewallRuleGroupStatus,
FirewallRuleGroupStatusFirewallRuleGroup.Builder status(FirewallRuleGroupStatus status)
The status of the domain list.
status - The status of the domain list.FirewallRuleGroupStatus,
FirewallRuleGroupStatusFirewallRuleGroup.Builder statusMessage(String statusMessage)
Additional information about the status of the rule group, if available.
statusMessage - Additional information about the status of the rule group, if available.FirewallRuleGroup.Builder ownerId(String ownerId)
The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
ownerId - The Amazon Web Services account ID for the account that created the rule group. When a rule group is
shared with your account, this is the account that has shared the rule group with you.FirewallRuleGroup.Builder creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
creatorRequestId - A unique string defined by you to identify the request. This allows you to retry failed requests
without the risk of running the operation twice. This can be any unique string, for example, a
timestamp.FirewallRuleGroup.Builder shareStatus(String shareStatus)
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
shareStatus - Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the
current account by another Amazon Web Services account. Sharing is configured through Resource Access
Manager (RAM).ShareStatus,
ShareStatusFirewallRuleGroup.Builder shareStatus(ShareStatus shareStatus)
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
shareStatus - Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the
current account by another Amazon Web Services account. Sharing is configured through Resource Access
Manager (RAM).ShareStatus,
ShareStatusFirewallRuleGroup.Builder creationTime(String creationTime)
The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime - The date and time that the rule group was created, in Unix time format and Coordinated Universal Time
(UTC).FirewallRuleGroup.Builder modificationTime(String modificationTime)
The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).
modificationTime - The date and time that the rule group was last modified, in Unix time format and Coordinated Universal
Time (UTC).Copyright © 2023. All rights reserved.