public static interface UpdateAppResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<UpdateAppResponse.Builder,UpdateAppResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse.Builder |
app(App app)
App structure for the updated App.
|
default UpdateAppResponse.Builder |
app(Consumer<App.Builder> app)
App structure for the updated App.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateAppResponse.Builder app(App app)
App structure for the updated App.
app - App structure for the updated App.default UpdateAppResponse.Builder app(Consumer<App.Builder> app)
App structure for the updated App.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.