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