Interface Application.Builder

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

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

    • 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

      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.