Interface ADMChannelRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ADMChannelRequest.Builder,ADMChannelRequest>,SdkBuilder<ADMChannelRequest.Builder,ADMChannelRequest>,SdkPojo
- Enclosing class:
- ADMChannelRequest
public static interface ADMChannelRequest.Builder extends SdkPojo, CopyableBuilder<ADMChannelRequest.Builder,ADMChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADMChannelRequest.BuilderclientId(String clientId)The Client ID that you received from Amazon to send messages by using ADM.ADMChannelRequest.BuilderclientSecret(String clientSecret)The Client Secret that you received from Amazon to send messages by using ADM.ADMChannelRequest.Builderenabled(Boolean enabled)Specifies whether to enable the ADM channel for the application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientId
ADMChannelRequest.Builder clientId(String clientId)
The Client ID that you received from Amazon to send messages by using ADM.
- Parameters:
clientId- The Client ID that you received from Amazon to send messages by using ADM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
ADMChannelRequest.Builder clientSecret(String clientSecret)
The Client Secret that you received from Amazon to send messages by using ADM.
- Parameters:
clientSecret- The Client Secret that you received from Amazon to send messages by using ADM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
ADMChannelRequest.Builder enabled(Boolean enabled)
Specifies whether to enable the ADM channel for the application.
- Parameters:
enabled- Specifies whether to enable the ADM channel for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-