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 AWS 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 AWS accounts, or was shared with the current account by another
AWS account.
|
FirewallRuleGroup.Builder |
shareStatus(String shareStatus)
Whether the rule group is shared with other AWS accounts, or was shared with the current account by another
AWS 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 AWS 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 AWS 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 executing 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 executing 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 AWS accounts, or was shared with the current account by another AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM).
shareStatus - Whether the rule group is shared with other AWS accounts, or was shared with the current account by
another AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM).ShareStatus,
ShareStatusFirewallRuleGroup.Builder shareStatus(ShareStatus shareStatus)
Whether the rule group is shared with other AWS accounts, or was shared with the current account by another AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM).
shareStatus - Whether the rule group is shared with other AWS accounts, or was shared with the current account by
another AWS account. Sharing is configured through AWS Resource Access Manager (AWS 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 © 2021. All rights reserved.