Interface GetAppLaunchConfigurationResponse.Builder

    • Method Detail

      • appId

        GetAppLaunchConfigurationResponse.Builder appId​(String appId)

        The ID of the application.

        Parameters:
        appId - The ID of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleName

        GetAppLaunchConfigurationResponse.Builder roleName​(String roleName)

        The name of the service role in the customer's account that CloudFormation uses to launch the application.

        Parameters:
        roleName - The name of the service role in the customer's account that CloudFormation uses to launch the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoLaunch

        GetAppLaunchConfigurationResponse.Builder autoLaunch​(Boolean autoLaunch)

        Indicates whether the application is configured to launch automatically after replication is complete.

        Parameters:
        autoLaunch - Indicates whether the application is configured to launch automatically after replication is complete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverGroupLaunchConfigurations

        GetAppLaunchConfigurationResponse.Builder serverGroupLaunchConfigurations​(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)

        The launch configurations for server groups in this application.

        Parameters:
        serverGroupLaunchConfigurations - The launch configurations for server groups in this application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverGroupLaunchConfigurations

        GetAppLaunchConfigurationResponse.Builder serverGroupLaunchConfigurations​(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)

        The launch configurations for server groups in this application.

        Parameters:
        serverGroupLaunchConfigurations - The launch configurations for server groups in this application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.