public static interface DeleteAppResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<DeleteAppResponse.Builder,DeleteAppResponse>
Modifier and Type | Method and Description |
---|---|
DeleteAppResponse.Builder |
app(App app)
Sets the value of the App property for this object.
|
default DeleteAppResponse.Builder |
app(Consumer<App.Builder> app)
Sets the value of the App property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteAppResponse.Builder app(App app)
app
- The new value for the App property for this object.default DeleteAppResponse.Builder app(Consumer<App.Builder> app)
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)
.app
- a consumer that will call methods on App.Builder
app(App)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.