Interface FirewallRuleGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallRuleGroup.Builder,FirewallRuleGroup>,SdkBuilder<FirewallRuleGroup.Builder,FirewallRuleGroup>,SdkPojo
- Enclosing class:
- FirewallRuleGroup
public static interface FirewallRuleGroup.Builder extends SdkPojo, CopyableBuilder<FirewallRuleGroup.Builder,FirewallRuleGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallRuleGroup.Builderarn(String arn)The ARN (Amazon Resource Name) of the rule group.FirewallRuleGroup.BuildercreationTime(String creationTime)The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).FirewallRuleGroup.BuildercreatorRequestId(String creatorRequestId)A unique string defined by you to identify the request.FirewallRuleGroup.Builderid(String id)The ID of the rule group.FirewallRuleGroup.BuildermodificationTime(String modificationTime)The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).FirewallRuleGroup.Buildername(String name)The name of the rule group.FirewallRuleGroup.BuilderownerId(String ownerId)The Amazon Web Services account ID for the account that created the rule group.FirewallRuleGroup.BuilderruleCount(Integer ruleCount)The number of rules in the rule group.FirewallRuleGroup.BuildershareStatus(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.BuildershareStatus(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.Builderstatus(String status)The status of the domain list.FirewallRuleGroup.Builderstatus(FirewallRuleGroupStatus status)The status of the domain list.FirewallRuleGroup.BuilderstatusMessage(String statusMessage)Additional information about the status of the rule group, if available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
FirewallRuleGroup.Builder id(String id)
The ID of the rule group.
- Parameters:
id- The ID of the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
FirewallRuleGroup.Builder arn(String arn)
The ARN (Amazon Resource Name) of the rule group.
- Parameters:
arn- The ARN (Amazon Resource Name) of the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
FirewallRuleGroup.Builder name(String name)
The name of the rule group.
- Parameters:
name- The name of the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleCount
FirewallRuleGroup.Builder ruleCount(Integer ruleCount)
The number of rules in the rule group.
- Parameters:
ruleCount- The number of rules in the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
FirewallRuleGroup.Builder status(String status)
The status of the domain list.
- Parameters:
status- The status of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FirewallRuleGroupStatus,FirewallRuleGroupStatus
-
status
FirewallRuleGroup.Builder status(FirewallRuleGroupStatus status)
The status of the domain list.
- Parameters:
status- The status of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FirewallRuleGroupStatus,FirewallRuleGroupStatus
-
statusMessage
FirewallRuleGroup.Builder statusMessage(String statusMessage)
Additional information about the status of the rule group, if available.
- Parameters:
statusMessage- Additional information about the status of the rule group, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorRequestId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shareStatus
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
shareStatus
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. Sharing is configured through Resource Access Manager (RAM).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
creationTime
FirewallRuleGroup.Builder creationTime(String creationTime)
The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
- Parameters:
creationTime- The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modificationTime
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).
- Parameters:
modificationTime- The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-