Interface EngineVersionsSummary.Builder

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

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

    • engineType

      EngineVersionsSummary.Builder engineType(String engineType)

      The type of target platform for the application.

      Parameters:
      engineType - The type of target platform for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • engineVersion

      EngineVersionsSummary.Builder engineVersion(String engineVersion)

      The version of the engine type used by the application.

      Parameters:
      engineVersion - The version of the engine type used by the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.