public static interface RulesetItem.Builder extends SdkPojo, CopyableBuilder<RulesetItem.Builder,RulesetItem>
| Modifier and Type | Method and Description |
|---|---|
RulesetItem.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account that owns the ruleset.
|
RulesetItem.Builder |
createDate(Instant createDate)
The date and time that the ruleset was created.
|
RulesetItem.Builder |
createdBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the ruleset.
|
RulesetItem.Builder |
description(String description)
The description of the ruleset.
|
RulesetItem.Builder |
lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
|
RulesetItem.Builder |
lastModifiedDate(Instant lastModifiedDate)
The modification date and time of the ruleset.
|
RulesetItem.Builder |
name(String name)
The name of the ruleset.
|
RulesetItem.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the ruleset.
|
RulesetItem.Builder |
ruleCount(Integer ruleCount)
The number of rules that are defined in the ruleset.
|
RulesetItem.Builder |
tags(Map<String,String> tags)
Metadata tags that have been applied to the ruleset.
|
RulesetItem.Builder |
targetArn(String targetArn)
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRulesetItem.Builder accountId(String accountId)
The ID of the Amazon Web Services account that owns the ruleset.
accountId - The ID of the Amazon Web Services account that owns the ruleset.RulesetItem.Builder createdBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the ruleset.
createdBy - The Amazon Resource Name (ARN) of the user who created the ruleset.RulesetItem.Builder createDate(Instant createDate)
The date and time that the ruleset was created.
createDate - The date and time that the ruleset was created.RulesetItem.Builder description(String description)
The description of the ruleset.
description - The description of the ruleset.RulesetItem.Builder lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the ruleset.
lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the ruleset.RulesetItem.Builder lastModifiedDate(Instant lastModifiedDate)
The modification date and time of the ruleset.
lastModifiedDate - The modification date and time of the ruleset.RulesetItem.Builder name(String name)
The name of the ruleset.
name - The name of the ruleset.RulesetItem.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the ruleset.
resourceArn - The Amazon Resource Name (ARN) for the ruleset.RulesetItem.Builder ruleCount(Integer ruleCount)
The number of rules that are defined in the ruleset.
ruleCount - The number of rules that are defined in the ruleset.RulesetItem.Builder tags(Map<String,String> tags)
Metadata tags that have been applied to the ruleset.
tags - Metadata tags that have been applied to the ruleset.RulesetItem.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
targetArn - The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.Copyright © 2023. All rights reserved.