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