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 received from Amazon to send messages by using ADM.
|
ADMChannelRequest.Builder |
clientSecret(String clientSecret)
The Client Secret that you received from Amazon to send messages by using ADM.
|
ADMChannelRequest.Builder |
enabled(Boolean enabled)
Specifies whether to enable the ADM channel for the application.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ADMChannelRequest.Builder clientId(String clientId)
The Client ID that you received from Amazon to send messages by using ADM.
clientId
- The Client ID that you received from Amazon to send messages by using ADM.ADMChannelRequest.Builder clientSecret(String clientSecret)
The Client Secret that you received from Amazon to send messages by using ADM.
clientSecret
- The Client Secret that you received from Amazon to send messages by using ADM.ADMChannelRequest.Builder enabled(Boolean enabled)
Specifies whether to enable the ADM channel for the application.
enabled
- Specifies whether to enable the ADM channel for the application.Copyright © 2019. All rights reserved.