Interface FirewallRuleGroupMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallRuleGroupMetadata.Builder,FirewallRuleGroupMetadata>,SdkBuilder<FirewallRuleGroupMetadata.Builder,FirewallRuleGroupMetadata>,SdkPojo
- Enclosing class:
- FirewallRuleGroupMetadata
public static interface FirewallRuleGroupMetadata.Builder extends SdkPojo, CopyableBuilder<FirewallRuleGroupMetadata.Builder,FirewallRuleGroupMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallRuleGroupMetadata.Builderarn(String arn)The ARN (Amazon Resource Name) of the rule group.FirewallRuleGroupMetadata.BuildercreatorRequestId(String creatorRequestId)A unique string defined by you to identify the request.FirewallRuleGroupMetadata.Builderid(String id)The ID of the rule group.FirewallRuleGroupMetadata.Buildername(String name)The name of the rule group.FirewallRuleGroupMetadata.BuilderownerId(String ownerId)The Amazon Web Services account ID for the account that created the rule group.FirewallRuleGroupMetadata.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.FirewallRuleGroupMetadata.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.-
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
FirewallRuleGroupMetadata.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
FirewallRuleGroupMetadata.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
FirewallRuleGroupMetadata.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.
-
ownerId
FirewallRuleGroupMetadata.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
FirewallRuleGroupMetadata.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
FirewallRuleGroupMetadata.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
FirewallRuleGroupMetadata.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
-
-