Interface ManagedTargetGroup.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedTargetGroup.Builder,,ManagedTargetGroup> SdkBuilder<ManagedTargetGroup.Builder,,ManagedTargetGroup> SdkPojo
- Enclosing class:
ManagedTargetGroup
@Mutable
@NotThreadSafe
public static interface ManagedTargetGroup.Builder
extends SdkPojo, CopyableBuilder<ManagedTargetGroup.Builder,ManagedTargetGroup>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the target group.healthCheckPath(String healthCheckPath) The destination for health checks on the targets.healthCheckPort(Integer healthCheckPort) The port the load balancer uses when performing health checks on targets.The port on which the targets receive traffic.The status of the target group.status(ManagedResourceStatus status) The status of the target group.statusReason(String statusReason) Information about why the target group is in the current status.The Unix timestamp for when the target group was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the target group.
- Parameters:
arn- The Amazon Resource Name (ARN) of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the target group.
- Parameters:
status- The status of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the target group.
- Parameters:
status- The status of the target group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Information about why the target group is in the current status.
- Parameters:
statusReason- Information about why the target group is in the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp for when the target group was last updated.
- Parameters:
updatedAt- The Unix timestamp for when the target group was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthCheckPath
The destination for health checks on the targets.
- Parameters:
healthCheckPath- The destination for health checks on the targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthCheckPort
The port the load balancer uses when performing health checks on targets.
- Parameters:
healthCheckPort- The port the load balancer uses when performing health checks on targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port on which the targets receive traffic.
- Parameters:
port- The port on which the targets receive traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-