Interface GetAppResponse.Builder

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

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

    • app

      Sets the value of the App property for this object.
      Parameters:
      app - The new value for the App property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • app

      Sets the value of the App property for this object. 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: