Interface Application.Builder

    • Method Detail

      • name

        Application.Builder name​(String name)

        The name of the application.

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

        Application.Builder version​(String version)

        The version of the application.

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

        Application.Builder args​(Collection<String> args)

        Arguments for Amazon EMR to pass to the application.

        Parameters:
        args - Arguments for Amazon EMR to pass to the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • args

        Application.Builder args​(String... args)

        Arguments for Amazon EMR to pass to the application.

        Parameters:
        args - Arguments for Amazon EMR to pass to the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalInfo

        Application.Builder additionalInfo​(Map<String,​String> additionalInfo)

        This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.

        Parameters:
        additionalInfo - This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.