Interface BaiduChannelRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BaiduChannelRequest.Builder,BaiduChannelRequest>,SdkBuilder<BaiduChannelRequest.Builder,BaiduChannelRequest>,SdkPojo
- Enclosing class:
- BaiduChannelRequest
public static interface BaiduChannelRequest.Builder extends SdkPojo, CopyableBuilder<BaiduChannelRequest.Builder,BaiduChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaiduChannelRequest.BuilderapiKey(String apiKey)The API key that you received from the Baidu Cloud Push service to communicate with the service.BaiduChannelRequest.Builderenabled(Boolean enabled)Specifies whether to enable the Baidu channel for the application.BaiduChannelRequest.BuildersecretKey(String secretKey)The secret key that you received from the Baidu Cloud Push service to communicate with the service.-
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
-
apiKey
BaiduChannelRequest.Builder apiKey(String apiKey)
The API key that you received from the Baidu Cloud Push service to communicate with the service.
- Parameters:
apiKey- The API key that you received from the Baidu Cloud Push service to communicate with the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
BaiduChannelRequest.Builder enabled(Boolean enabled)
Specifies whether to enable the Baidu channel for the application.
- Parameters:
enabled- Specifies whether to enable the Baidu channel for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretKey
BaiduChannelRequest.Builder secretKey(String secretKey)
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
- Parameters:
secretKey- The secret key that you received from the Baidu Cloud Push service to communicate with the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-