Interface ServiceEntity.Builder

  • Method Details

    • type

      The type of the service entity.

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

      The name of the service.

      Parameters:
      name - The name of the service.
      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.

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

      ServiceEntity.Builder awsAccountId(String awsAccountId)

      The Amazon Web Services account ID where the service is located. Provide this value only for cross-account access.

      Parameters:
      awsAccountId - The Amazon Web Services account ID where the service is located. Provide this value only for cross-account access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.