Interface CreateAppResponse.Builder

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

public static interface CreateAppResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<CreateAppResponse.Builder,CreateAppResponse>
  • 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: