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