Interface RuleSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleSummary.Builder,
,RuleSummary> SdkBuilder<RuleSummary.Builder,
,RuleSummary> SdkPojo
- Enclosing class:
RuleSummary
@Mutable
@NotThreadSafe
public static interface RuleSummary.Builder
extends SdkPojo, CopyableBuilder<RuleSummary.Builder,RuleSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the rule.The date and time that the listener rule was created, in ISO-8601 format.The ID of the rule.Indicates whether this is the default listener rule.lastUpdatedAt
(Instant lastUpdatedAt) The date and time that the listener rule was last updated, in ISO-8601 format.The name of the rule.The priority of the rule.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, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the rule.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the listener rule was created, in ISO-8601 format.
- Parameters:
createdAt
- The date and time that the listener rule was created, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the rule.
- Parameters:
id
- The ID of the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefault
Indicates whether this is the default listener rule.
- Parameters:
isDefault
- Indicates whether this is the default listener rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The date and time that the listener rule was last updated, in ISO-8601 format.
- Parameters:
lastUpdatedAt
- The date and time that the listener rule was last updated, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the rule.
- Parameters:
name
- The name of the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
The priority of the rule.
- Parameters:
priority
- The priority of the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-