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