Interface ApplicationSummary.Builder

    • Method Detail

      • id

        ApplicationSummary.Builder id​(String 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

        ApplicationSummary.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.
      • arn

        ApplicationSummary.Builder arn​(String 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

        ApplicationSummary.Builder type​(String 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.
      • 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, Architecture
      • 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:
        Architecture, Architecture