public static interface UpdateAppResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<UpdateAppResponse.Builder,UpdateAppResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse.Builder |
app(App app)
Represents the updated Amplify app.
|
default UpdateAppResponse.Builder |
app(Consumer<App.Builder> app)
Represents the updated Amplify app.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppResponse.Builder app(App app)
Represents the updated Amplify app.
app - Represents the updated Amplify app.default UpdateAppResponse.Builder app(Consumer<App.Builder> app)
Represents the updated Amplify app.
This is a convenience method that creates an instance of theApp.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).
app - a consumer that will call methods on App.Builderapp(App)Copyright © 2023. All rights reserved.