Interface GetBackendResponse.Builder

  • Method Details

    • amplifyFeatureFlags

      GetBackendResponse.Builder amplifyFeatureFlags(String amplifyFeatureFlags)

      A stringified version of the cli.json file for your Amplify project.

      Parameters:
      amplifyFeatureFlags - A stringified version of the cli.json file for your Amplify project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • amplifyMetaConfig

      GetBackendResponse.Builder amplifyMetaConfig(String amplifyMetaConfig)

      A stringified version of the current configs for your Amplify project.

      Parameters:
      amplifyMetaConfig - A stringified version of the current configs for your Amplify project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appId

      The app ID.

      Parameters:
      appId - The app ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appName

      The name of the app.

      Parameters:
      appName - The name of the app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backendEnvironmentList

      GetBackendResponse.Builder backendEnvironmentList(Collection<String> backendEnvironmentList)

      A list of backend environments in an array.

      Parameters:
      backendEnvironmentList - A list of backend environments in an array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backendEnvironmentList

      GetBackendResponse.Builder backendEnvironmentList(String... backendEnvironmentList)

      A list of backend environments in an array.

      Parameters:
      backendEnvironmentList - A list of backend environments in an array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backendEnvironmentName

      GetBackendResponse.Builder backendEnvironmentName(String backendEnvironmentName)

      The name of the backend environment.

      Parameters:
      backendEnvironmentName - The name of the backend environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • error

      If the request failed, this is the returned error.

      Parameters:
      error - If the request failed, this is the returned error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.