public static interface GetAppsResponse.Builder extends PinpointResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetAppsResponse.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.Builder
applicationsResponse(ApplicationsResponse)
Copyright © 2019. All rights reserved.