Interface ApplicationSummary.Builder

    • Method Detail

      • applicationArn

        ApplicationSummary.Builder applicationArn​(String applicationArn)

        The Amazon Resource Name (ARN) of the application.

        Parameters:
        applicationArn - The Amazon Resource Name (ARN) of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationId

        ApplicationSummary.Builder applicationId​(String applicationId)

        The unique identifier of the application.

        Parameters:
        applicationId - The unique identifier of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationVersion

        ApplicationSummary.Builder applicationVersion​(Integer applicationVersion)

        The version of the application.

        Parameters:
        applicationVersion - The version of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ApplicationSummary.Builder creationTime​(Instant creationTime)

        The timestamp when the application was created.

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

        ApplicationSummary.Builder deploymentStatus​(String deploymentStatus)

        Indicates either an ongoing deployment or if the application has ever deployed successfully.

        Parameters:
        deploymentStatus - Indicates either an ongoing deployment or if the application has ever deployed successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationDeploymentLifecycle, ApplicationDeploymentLifecycle
      • description

        ApplicationSummary.Builder description​(String description)

        The description of the application.

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

        ApplicationSummary.Builder engineType​(String engineType)

        The type of the target platform for this application.

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

        ApplicationSummary.Builder engineType​(EngineType engineType)

        The type of the target platform for this application.

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

        ApplicationSummary.Builder environmentId​(String environmentId)

        The unique identifier of the runtime environment that hosts this application.

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

        ApplicationSummary.Builder lastStartTime​(Instant lastStartTime)

        The timestamp when you last started the application. Null until the application runs for the first time.

        Parameters:
        lastStartTime - The timestamp when you last started the application. Null until the application runs for the first time.
        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.
      • roleArn

        ApplicationSummary.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the role associated with the application.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the role associated with the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.