Interface ProjectAppConfigResource.Builder

    • Method Detail

      • applicationId

        ProjectAppConfigResource.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.
      • configurationProfileId

        ProjectAppConfigResource.Builder configurationProfileId​(String configurationProfileId)

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

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

        ProjectAppConfigResource.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.