public static interface RuleSummary.Builder extends SdkPojo, CopyableBuilder<RuleSummary.Builder,RuleSummary>
| Modifier and Type | Method and Description |
|---|---|
RuleSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the rule.
|
RuleSummary.Builder |
createdAt(Instant createdAt)
The date and time that the listener rule was created, specified in ISO-8601 format.
|
RuleSummary.Builder |
id(String id)
The ID of the rule.
|
RuleSummary.Builder |
isDefault(Boolean isDefault)
Indicates whether this is the default rule.
|
RuleSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the listener rule was last updated, specified in ISO-8601 format.
|
RuleSummary.Builder |
name(String name)
The name of the rule.
|
RuleSummary.Builder |
priority(Integer priority)
The priority of the rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the rule.
arn - The Amazon Resource Name (ARN) of the rule.RuleSummary.Builder createdAt(Instant createdAt)
The date and time that the listener rule was created, specified in ISO-8601 format.
createdAt - The date and time that the listener rule was created, specified in ISO-8601 format.RuleSummary.Builder id(String id)
The ID of the rule.
id - The ID of the rule.RuleSummary.Builder isDefault(Boolean isDefault)
Indicates whether this is the default rule. Listener rules are created when you create a listener. Each listener has a default rule for checking connection requests.
isDefault - Indicates whether this is the default rule. Listener rules are created when you create a listener.
Each listener has a default rule for checking connection requests.RuleSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the listener rule was last updated, specified in ISO-8601 format.
lastUpdatedAt - The date and time that the listener rule was last updated, specified in ISO-8601 format.RuleSummary.Builder name(String name)
The name of the rule.
name - The name of the rule.RuleSummary.Builder priority(Integer priority)
The priority of the rule.
priority - The priority of the rule.Copyright © 2023. All rights reserved.