Interface ProjectAppConfigResourceConfig.Builder

  • Method Details

    • applicationId

      ProjectAppConfigResourceConfig.Builder applicationId(String applicationId)

      The ID of the AppConfig application to use for client-side evaluation.

      Parameters:
      applicationId - The ID of the AppConfig application to use for client-side evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      ProjectAppConfigResourceConfig.Builder environmentId(String environmentId)

      The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for applicationId.

      Parameters:
      environmentId - The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for applicationId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.