Interface ApplicationSummary.Builder

  • Method Details

    • id

      The ID of the application.

      Parameters:
      id - The ID of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • arn

      The ARN of the application.

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

      ApplicationSummary.Builder releaseLabel(String releaseLabel)

      The Amazon EMR release associated with the application.

      Parameters:
      releaseLabel - The Amazon EMR release associated with the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of application, such as Spark or Hive.

      Parameters:
      type - The type of application, such as Spark or Hive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state of the application.

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

      The state of the application.

      Parameters:
      state - The state of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stateDetails

      ApplicationSummary.Builder stateDetails(String stateDetails)

      The state details of the application.

      Parameters:
      stateDetails - The state details of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ApplicationSummary.Builder createdAt(Instant createdAt)

      The date and time when the application was created.

      Parameters:
      createdAt - The date and time when the application was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ApplicationSummary.Builder updatedAt(Instant updatedAt)

      The date and time when the application was last updated.

      Parameters:
      updatedAt - The date and time when the application was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • architecture

      ApplicationSummary.Builder architecture(String architecture)

      The CPU architecture of an application.

      Parameters:
      architecture - The CPU architecture of an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • architecture

      ApplicationSummary.Builder architecture(Architecture architecture)

      The CPU architecture of an application.

      Parameters:
      architecture - The CPU architecture of an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: