public static interface APNSChannelResponse.Builder extends CopyableBuilder<APNSChannelResponse.Builder,APNSChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
APNSChannelResponse.Builder |
applicationId(String applicationId)
The ID of the application to which the channel applies.
|
APNSChannelResponse.Builder |
creationDate(String creationDate)
When was this segment created
|
APNSChannelResponse.Builder |
defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
APNSChannelResponse.Builder |
enabled(Boolean enabled)
If the channel is enabled for sending messages.
|
APNSChannelResponse.Builder |
hasCredential(Boolean hasCredential)
If the channel is registered with a credential for authentication.
|
APNSChannelResponse.Builder |
hasTokenKey(Boolean hasTokenKey)
If the channel is registered with a token key for authentication.
|
APNSChannelResponse.Builder |
id(String id)
Channel ID.
|
APNSChannelResponse.Builder |
isArchived(Boolean isArchived)
Is this channel archived
|
APNSChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
APNSChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
Last date this was updated
|
APNSChannelResponse.Builder |
platform(String platform)
The platform type.
|
APNSChannelResponse.Builder |
version(Integer version)
Version of channel
|
copyapply, buildAPNSChannelResponse.Builder applicationId(String applicationId)
applicationId - The ID of the application to which the channel applies.APNSChannelResponse.Builder creationDate(String creationDate)
creationDate - When was this segment createdAPNSChannelResponse.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
defaultAuthenticationMethod - The default authentication method used for APNs.APNSChannelResponse.Builder enabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.APNSChannelResponse.Builder hasCredential(Boolean hasCredential)
hasCredential - If the channel is registered with a credential for authentication.APNSChannelResponse.Builder hasTokenKey(Boolean hasTokenKey)
hasTokenKey - If the channel is registered with a token key for authentication.APNSChannelResponse.Builder id(String id)
id - Channel ID. Not used. Present only for backwards compatibility.APNSChannelResponse.Builder isArchived(Boolean isArchived)
isArchived - Is this channel archivedAPNSChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who last updated this entryAPNSChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedAPNSChannelResponse.Builder platform(String platform)
platform - The platform type. Will be APNS.APNSChannelResponse.Builder version(Integer version)
version - Version of channelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.