public static interface CreateAppResponse.Builder extends PinpointResponse.Builder, CopyableBuilder<CreateAppResponse.Builder,CreateAppResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAppResponse.Builder |
applicationResponse(ApplicationResponse applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
default CreateAppResponse.Builder |
applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateAppResponse.Builder applicationResponse(ApplicationResponse applicationResponse)
applicationResponse - The new value for the ApplicationResponse property for this object.default CreateAppResponse.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.