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