Interface ServerGroupLaunchConfiguration.Builder

    • Method Detail

      • serverGroupId

        ServerGroupLaunchConfiguration.Builder serverGroupId​(String serverGroupId)

        The ID of the server group with which the launch configuration is associated.

        Parameters:
        serverGroupId - The ID of the server group with which the launch configuration is associated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchOrder

        ServerGroupLaunchConfiguration.Builder launchOrder​(Integer launchOrder)

        The launch order of servers in the server group.

        Parameters:
        launchOrder - The launch order of servers in the server group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverLaunchConfigurations

        ServerGroupLaunchConfiguration.Builder serverLaunchConfigurations​(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)

        The launch configuration for servers in the server group.

        Parameters:
        serverLaunchConfigurations - The launch configuration for servers in the server group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverLaunchConfigurations

        ServerGroupLaunchConfiguration.Builder serverLaunchConfigurations​(ServerLaunchConfiguration... serverLaunchConfigurations)

        The launch configuration for servers in the server group.

        Parameters:
        serverLaunchConfigurations - The launch configuration for servers in the server group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.