Interface ManagedLoadBalancer.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedLoadBalancer.Builder,,ManagedLoadBalancer> SdkBuilder<ManagedLoadBalancer.Builder,,ManagedLoadBalancer> SdkPojo
- Enclosing class:
ManagedLoadBalancer
@Mutable
@NotThreadSafe
public static interface ManagedLoadBalancer.Builder
extends SdkPojo, CopyableBuilder<ManagedLoadBalancer.Builder,ManagedLoadBalancer>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the load balancer.The scheme of the load balancer.securityGroupIds(String... securityGroupIds) The IDs of the security groups associated with the load balancer.securityGroupIds(Collection<String> securityGroupIds) The IDs of the security groups associated with the load balancer.The status of the load balancer.status(ManagedResourceStatus status) The status of the load balancer.statusReason(String statusReason) Information about why the load balancer is in the current status.The IDs of the subnets associated with the load balancer.subnetIds(Collection<String> subnetIds) The IDs of the subnets associated with the load balancer.The Unix timestamp for when this load balancer was most recently 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 load balancer.
- Parameters:
arn- The Amazon Resource Name (ARN) of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the load balancer.
- Parameters:
status- The status of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the load balancer.
- Parameters:
status- The status of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Information about why the load balancer is in the current status.
- Parameters:
statusReason- Information about why the load balancer 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 this load balancer was most recently updated.
- Parameters:
updatedAt- The Unix timestamp for when this load balancer was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheme
The scheme of the load balancer. By default, the scheme of the load balancer is
internet-facing.- Parameters:
scheme- The scheme of the load balancer. By default, the scheme of the load balancer isinternet-facing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the subnets associated with the load balancer.
- Parameters:
subnetIds- The IDs of the subnets associated with the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The IDs of the subnets associated with the load balancer.
- Parameters:
subnetIds- The IDs of the subnets associated with the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The IDs of the security groups associated with the load balancer.
- Parameters:
securityGroupIds- The IDs of the security groups associated with the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The IDs of the security groups associated with the load balancer.
- Parameters:
securityGroupIds- The IDs of the security groups associated with the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-