public static interface ADMChannelRequest.Builder extends SdkPojo, CopyableBuilder<ADMChannelRequest.Builder,ADMChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
ADMChannelRequest.Builder |
clientId(String clientId)
The Client ID that you obtained from the Amazon App Distribution Portal.
|
ADMChannelRequest.Builder |
clientSecret(String clientSecret)
The Client Secret that you obtained from the Amazon App Distribution Portal.
|
ADMChannelRequest.Builder |
enabled(Boolean enabled)
Indicates whether or not the channel is enabled for sending messages.
|
copyapplyMutation, buildADMChannelRequest.Builder clientId(String clientId)
clientId - The Client ID that you obtained from the Amazon App Distribution Portal.ADMChannelRequest.Builder clientSecret(String clientSecret)
clientSecret - The Client Secret that you obtained from the Amazon App Distribution Portal.ADMChannelRequest.Builder enabled(Boolean enabled)
enabled - Indicates whether or not the channel is enabled for sending messages.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.