public static interface DeleteAppResponse.Builder extends PinpointResponse.Builder, CopyableBuilder<DeleteAppResponse.Builder,DeleteAppResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAppResponse.Builder |
applicationResponse(ApplicationResponse applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
default DeleteAppResponse.Builder |
applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteAppResponse.Builder applicationResponse(ApplicationResponse applicationResponse)
applicationResponse - The new value for the ApplicationResponse property for this object.default DeleteAppResponse.Builder applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)
ApplicationResponse.Builder avoiding the need
to create one manually via ApplicationResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to applicationResponse(ApplicationResponse).applicationResponse - a consumer that will call methods on ApplicationResponse.BuilderapplicationResponse(ApplicationResponse)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.