Interface EnvironmentSummary.Builder

    • Method Detail

      • creationTime

        EnvironmentSummary.Builder creationTime​(Instant creationTime)

        The timestamp when the runtime environment was created.

        Parameters:
        creationTime - The timestamp when the runtime environment was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineType

        EnvironmentSummary.Builder engineType​(String engineType)

        The target platform for the runtime environment.

        Parameters:
        engineType - The target platform for the runtime environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EngineType, EngineType
      • engineType

        EnvironmentSummary.Builder engineType​(EngineType engineType)

        The target platform for the runtime environment.

        Parameters:
        engineType - The target platform for the runtime environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EngineType, EngineType
      • engineVersion

        EnvironmentSummary.Builder engineVersion​(String engineVersion)

        The version of the runtime engine.

        Parameters:
        engineVersion - The version of the runtime engine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentArn

        EnvironmentSummary.Builder environmentArn​(String environmentArn)

        The Amazon Resource Name (ARN) of a particular runtime environment.

        Parameters:
        environmentArn - The Amazon Resource Name (ARN) of a particular runtime environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentId

        EnvironmentSummary.Builder environmentId​(String environmentId)

        The unique identifier of a particular runtime environment.

        Parameters:
        environmentId - The unique identifier of a particular runtime environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceType

        EnvironmentSummary.Builder instanceType​(String instanceType)

        The instance type of the runtime environment.

        Parameters:
        instanceType - The instance type of the runtime environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        EnvironmentSummary.Builder name​(String name)

        The name of the runtime environment.

        Parameters:
        name - The name of the runtime environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.