Interface ServiceEntity.Builder

  • Method Details

    • type

      The type of service, such as "WebService", "Database", "Queue", or "Function".

      Parameters:
      type - The type of service, such as "WebService", "Database", "Queue", or "Function".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the service as identified by Application Signals.

      Parameters:
      name - The name of the service as identified by Application Signals.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environment

      ServiceEntity.Builder environment(String environment)

      The environment where the service is deployed, such as "Production", "Staging", or "Development".

      Parameters:
      environment - The environment where the service is deployed, such as "Production", "Staging", or "Development".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsAccountId

      ServiceEntity.Builder awsAccountId(String awsAccountId)

      The AWS account ID where the service is deployed.

      Parameters:
      awsAccountId - The AWS account ID where the service is deployed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.