Interface ManagedListenerRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedListenerRule.Builder,ManagedListenerRule>,SdkBuilder<ManagedListenerRule.Builder,ManagedListenerRule>,SdkPojo
- Enclosing class:
- ManagedListenerRule
@Mutable @NotThreadSafe public static interface ManagedListenerRule.Builder extends SdkPojo, CopyableBuilder<ManagedListenerRule.Builder,ManagedListenerRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedListenerRule.Builderarn(String arn)The Amazon Resource Name (ARN) of the load balancer listener rule.ManagedListenerRule.Builderstatus(String status)The status of the load balancer listener rule.ManagedListenerRule.Builderstatus(ManagedResourceStatus status)The status of the load balancer listener rule.ManagedListenerRule.BuilderstatusReason(String statusReason)Information about why the load balancer listener rule is in the current status.ManagedListenerRule.BuilderupdatedAt(Instant updatedAt)The Unix timestamp for when this listener rule was most recently updated.-
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 Detail
-
arn
ManagedListenerRule.Builder arn(String arn)
The Amazon Resource Name (ARN) of the load balancer listener rule.
- Parameters:
arn- The Amazon Resource Name (ARN) of the load balancer listener rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ManagedListenerRule.Builder status(String status)
The status of the load balancer listener rule.
- Parameters:
status- The status of the load balancer listener rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedResourceStatus,ManagedResourceStatus
-
status
ManagedListenerRule.Builder status(ManagedResourceStatus status)
The status of the load balancer listener rule.
- Parameters:
status- The status of the load balancer listener rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManagedResourceStatus,ManagedResourceStatus
-
statusReason
ManagedListenerRule.Builder statusReason(String statusReason)
Information about why the load balancer listener rule is in the current status.
- Parameters:
statusReason- Information about why the load balancer listener rule is in the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
ManagedListenerRule.Builder updatedAt(Instant updatedAt)
The Unix timestamp for when this listener rule was most recently updated.
- Parameters:
updatedAt- The Unix timestamp for when this listener rule was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-