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