public static interface UpdateGcmChannelRequest.Builder extends PinpointRequest.Builder, CopyableBuilder<UpdateGcmChannelRequest.Builder,UpdateGcmChannelRequest>
| Modifier and Type | Method and Description | 
|---|---|
| UpdateGcmChannelRequest.Builder | applicationId(String applicationId)Sets the value of the ApplicationId property for this object. | 
| default UpdateGcmChannelRequest.Builder | gcmChannelRequest(Consumer<GCMChannelRequest.Builder> gcmChannelRequest)Sets the value of the GCMChannelRequest property for this object. | 
| UpdateGcmChannelRequest.Builder | gcmChannelRequest(GCMChannelRequest gcmChannelRequest)Sets the value of the GCMChannelRequest property for this object. | 
| UpdateGcmChannelRequest.Builder | overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)Add an optional request override configuration. | 
| UpdateGcmChannelRequest.Builder | overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)Add an optional request override configuration. | 
buildoverrideConfigurationcopyapplyMutation, buildUpdateGcmChannelRequest.Builder applicationId(String applicationId)
applicationId - The new value for the ApplicationId property for this object.UpdateGcmChannelRequest.Builder gcmChannelRequest(GCMChannelRequest gcmChannelRequest)
gcmChannelRequest - The new value for the GCMChannelRequest property for this object.default UpdateGcmChannelRequest.Builder gcmChannelRequest(Consumer<GCMChannelRequest.Builder> gcmChannelRequest)
GCMChannelRequest.Builder avoiding the need to
 create one manually via GCMChannelRequest.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to gcmChannelRequest(GCMChannelRequest).gcmChannelRequest - a consumer that will call methods on GCMChannelRequest.BuildergcmChannelRequest(GCMChannelRequest)UpdateGcmChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateGcmChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.