ToCopyableBuilder<Rule.Builder,Rule>
@Generated("software.amazon.awssdk:codegen") public class Rule extends Object implements ToCopyableBuilder<Rule.Builder,Rule>
Information about a rule.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Rule.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<Action> |
actions() |
The actions.
|
static Rule.Builder |
builder() |
|
List<RuleCondition> |
conditions() |
The conditions.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isDefault() |
Indicates whether this is the default rule.
|
String |
priority() |
The priority.
|
String |
ruleArn() |
The Amazon Resource Name (ARN) of the rule.
|
static Class<? extends Rule.Builder> |
serializableBuilderClass() |
|
Rule.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String ruleArn()
The Amazon Resource Name (ARN) of the rule.
public String priority()
The priority.
public List<RuleCondition> conditions()
The conditions.
public Boolean isDefault()
Indicates whether this is the default rule.
public Rule.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Rule.Builder,Rule>
public static Rule.Builder builder()
public static Class<? extends Rule.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.