Interface UpdateAppResponse.Builder

All Superinterfaces:
AmplifyResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<UpdateAppResponse.Builder,UpdateAppResponse>, SdkBuilder<UpdateAppResponse.Builder,UpdateAppResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateAppResponse

public static interface UpdateAppResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<UpdateAppResponse.Builder,UpdateAppResponse>
  • Method Details

    • app

      Represents the updated Amplify app.

      Parameters:
      app - Represents the updated Amplify app.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • app

      Represents the updated Amplify app.

      This is a convenience method that creates an instance of the App.Builder avoiding the need to create one manually via App.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to app(App).

      Parameters:
      app - a consumer that will call methods on App.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: