Interface CreatePersistentAppUiResponse.Builder

    • Method Detail

      • persistentAppUIId

        CreatePersistentAppUiResponse.Builder persistentAppUIId​(String persistentAppUIId)

        The persistent application user interface identifier.

        Parameters:
        persistentAppUIId - The persistent application user interface identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runtimeRoleEnabledCluster

        CreatePersistentAppUiResponse.Builder runtimeRoleEnabledCluster​(Boolean runtimeRoleEnabledCluster)

        Represents if the EMR on EC2 cluster that the persisent application user interface is created for is a runtime role enabled cluster or not.

        Parameters:
        runtimeRoleEnabledCluster - Represents if the EMR on EC2 cluster that the persisent application user interface is created for is a runtime role enabled cluster or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.