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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateAppResponse.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.Builder
app(App)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.