public static interface UpdateGcmChannelRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateGcmChannelRequest.Builder,UpdateGcmChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGcmChannelRequest.Builder |
applicationId(String applicationId)
The unique identifier for the application.
|
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) |
UpdateGcmChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGcmChannelRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.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)
overrideConfiguration in interface AwsRequest.BuilderUpdateGcmChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.