Interface ELBInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ELBInfo.Builder,ELBInfo>, SdkBuilder<ELBInfo.Builder,ELBInfo>, SdkPojo
Enclosing class:
ELBInfo

public static interface ELBInfo.Builder extends SdkPojo, CopyableBuilder<ELBInfo.Builder,ELBInfo>
  • Method Summary

    Modifier and Type
    Method
    Description
    name(String name)
    For blue/green deployments, the name of the Classic Load Balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment.

    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, sdkFields
  • Method Details

    • name

      ELBInfo.Builder name(String name)

      For blue/green deployments, the name of the Classic Load Balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the Classic Load Balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.

      Parameters:
      name - For blue/green deployments, the name of the Classic Load Balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the Classic Load Balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.