Interface ApplicationSummary.Builder

  • Method Details

    • 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:
    • deploymentStatus

      ApplicationSummary.Builder deploymentStatus(ApplicationDeploymentLifecycle 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:
    • 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

      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:
    • 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

      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

      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.
    • status

      The status of the application.

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

      The status of the application.

      Parameters:
      status - The status of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • versionStatus

      ApplicationSummary.Builder versionStatus(String versionStatus)

      Indicates the status of the latest version of the application.

      Parameters:
      versionStatus - Indicates the status of the latest version of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • versionStatus

      Indicates the status of the latest version of the application.

      Parameters:
      versionStatus - Indicates the status of the latest version of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: