Interface RulesetItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RulesetItem.Builder,
,RulesetItem> SdkBuilder<RulesetItem.Builder,
,RulesetItem> SdkPojo
- Enclosing class:
RulesetItem
public static interface RulesetItem.Builder
extends SdkPojo, CopyableBuilder<RulesetItem.Builder,RulesetItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account that owns the ruleset.createDate
(Instant createDate) The date and time that the ruleset was created.The Amazon Resource Name (ARN) of the user who created the ruleset.description
(String description) The description of the ruleset.lastModifiedBy
(String lastModifiedBy) The Amazon Resource Name (ARN) of the user who last modified the ruleset.lastModifiedDate
(Instant lastModifiedDate) The modification date and time of the ruleset.The name of the ruleset.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) for the ruleset.The number of rules that are defined in the ruleset.Metadata tags that have been applied to the ruleset.The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.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, sdkFields
-
Method Details
-
accountId
The ID of the Amazon Web Services account that owns the ruleset.
- Parameters:
accountId
- The ID of the Amazon Web Services account that owns the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The Amazon Resource Name (ARN) of the user who created the ruleset.
- Parameters:
createdBy
- The Amazon Resource Name (ARN) of the user who created the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createDate
The date and time that the ruleset was created.
- Parameters:
createDate
- The date and time that the ruleset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the ruleset.
- Parameters:
description
- The description of the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
- Parameters:
lastModifiedBy
- The Amazon Resource Name (ARN) of the user who last modified the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The modification date and time of the ruleset.
- Parameters:
lastModifiedDate
- The modification date and time of the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the ruleset.
- Parameters:
name
- The name of the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) for the ruleset.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) for the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleCount
The number of rules that are defined in the ruleset.
- Parameters:
ruleCount
- The number of rules that are defined in the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Metadata tags that have been applied to the ruleset.
- Parameters:
tags
- Metadata tags that have been applied to the ruleset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetArn
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
- Parameters:
targetArn
- The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-