Interface ApplicationFleetAssociation.Builder

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

public static interface ApplicationFleetAssociation.Builder extends SdkPojo, CopyableBuilder<ApplicationFleetAssociation.Builder,ApplicationFleetAssociation>
  • Method Details

    • fleetName

      The name of the fleet associated with the application.

      Parameters:
      fleetName - The name of the fleet associated with the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationArn

      ApplicationFleetAssociation.Builder applicationArn(String applicationArn)

      The ARN of the application associated with the fleet.

      Parameters:
      applicationArn - The ARN of the application associated with the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.