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