ListRulesRequest.Builder |
ListRulesRequest.Builder.action(String action) |
The action of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.action(RuleAction action) |
The action of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.assetTypes(String... assetTypes) |
The asset types of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.assetTypes(Collection<String> assetTypes) |
The asset types of the rule.
|
static ListRulesRequest.Builder |
ListRulesRequest.builder() |
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.dataProduct(Boolean dataProduct) |
The data product of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.domainIdentifier(String domainIdentifier) |
The ID of the domain in which the rules are to be listed.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.includeCascaded(Boolean includeCascaded) |
Specifies whether to include cascading rules in the results.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of rules to return in a single call to ListRules.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.nextToken(String nextToken) |
When the number of rules is greater than the default value for the MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of rules, the
response includes a pagination token named NextToken.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.projectIds(String... projectIds) |
The IDs of projects in which rules are to be listed.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.projectIds(Collection<String> projectIds) |
The IDs of projects in which rules are to be listed.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.ruleType(String ruleType) |
The type of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.ruleType(RuleType ruleType) |
The type of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.targetIdentifier(String targetIdentifier) |
The target ID of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.targetType(String targetType) |
The target type of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.Builder.targetType(RuleTargetType targetType) |
The target type of the rule.
|
ListRulesRequest.Builder |
ListRulesRequest.toBuilder() |
|