public static interface BaiduChannelResponse.Builder extends CopyableBuilder<BaiduChannelResponse.Builder,BaiduChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
BaiduChannelResponse.Builder |
applicationId(String applicationId)
Application id
|
BaiduChannelResponse.Builder |
creationDate(String creationDate)
When was this segment created
|
BaiduChannelResponse.Builder |
credential(String credential)
The Baidu API key from Baidu.
|
BaiduChannelResponse.Builder |
enabled(Boolean enabled)
If the channel is enabled for sending messages.
|
BaiduChannelResponse.Builder |
hasCredential(Boolean hasCredential)
If the channel is registered with a credential for authentication.
|
BaiduChannelResponse.Builder |
id(String id)
Channel ID.
|
BaiduChannelResponse.Builder |
isArchived(Boolean isArchived)
Is this channel archived
|
BaiduChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
Who made the last change
|
BaiduChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
Last date this was updated
|
BaiduChannelResponse.Builder |
platform(String platform)
The platform type.
|
BaiduChannelResponse.Builder |
version(Integer version)
Version of channel
|
copyapply, buildBaiduChannelResponse.Builder applicationId(String applicationId)
applicationId - Application idBaiduChannelResponse.Builder creationDate(String creationDate)
creationDate - When was this segment createdBaiduChannelResponse.Builder credential(String credential)
credential - The Baidu API key from Baidu.BaiduChannelResponse.Builder enabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.BaiduChannelResponse.Builder hasCredential(Boolean hasCredential)
hasCredential - If the channel is registered with a credential for authentication.BaiduChannelResponse.Builder id(String id)
id - Channel ID. Not used, only for backwards compatibility.BaiduChannelResponse.Builder isArchived(Boolean isArchived)
isArchived - Is this channel archivedBaiduChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who made the last changeBaiduChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedBaiduChannelResponse.Builder platform(String platform)
platform - The platform type. Will be BAIDUBaiduChannelResponse.Builder version(Integer version)
version - Version of channelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.