public static interface APNSSandboxChannelResponse.Builder extends CopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
| Modifier and Type | Method and Description | 
|---|---|
| APNSSandboxChannelResponse.Builder | applicationId(String applicationId)Application id | 
| APNSSandboxChannelResponse.Builder | creationDate(String creationDate)When was this segment created | 
| APNSSandboxChannelResponse.Builder | defaultAuthenticationMethod(String defaultAuthenticationMethod)The default authentication method used for APNs. | 
| APNSSandboxChannelResponse.Builder | enabled(Boolean enabled)If the channel is enabled for sending messages. | 
| APNSSandboxChannelResponse.Builder | hasCredential(Boolean hasCredential)If the channel is registered with a credential for authentication. | 
| APNSSandboxChannelResponse.Builder | hasTokenKey(Boolean hasTokenKey)If the channel is registered with a token key for authentication. | 
| APNSSandboxChannelResponse.Builder | id(String id)Channel ID. | 
| APNSSandboxChannelResponse.Builder | isArchived(Boolean isArchived)Is this channel archived | 
| APNSSandboxChannelResponse.Builder | lastModifiedBy(String lastModifiedBy)Who last updated this entry | 
| APNSSandboxChannelResponse.Builder | lastModifiedDate(String lastModifiedDate)Last date this was updated | 
| APNSSandboxChannelResponse.Builder | platform(String platform)The platform type. | 
| APNSSandboxChannelResponse.Builder | version(Integer version)Version of channel | 
copyapplyMutation, buildAPNSSandboxChannelResponse.Builder applicationId(String applicationId)
applicationId - Application idAPNSSandboxChannelResponse.Builder creationDate(String creationDate)
creationDate - When was this segment createdAPNSSandboxChannelResponse.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
defaultAuthenticationMethod - The default authentication method used for APNs.APNSSandboxChannelResponse.Builder enabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.APNSSandboxChannelResponse.Builder hasCredential(Boolean hasCredential)
hasCredential - If the channel is registered with a credential for authentication.APNSSandboxChannelResponse.Builder hasTokenKey(Boolean hasTokenKey)
hasTokenKey - If the channel is registered with a token key for authentication.APNSSandboxChannelResponse.Builder id(String id)
id - Channel ID. Not used, only for backwards compatibility.APNSSandboxChannelResponse.Builder isArchived(Boolean isArchived)
isArchived - Is this channel archivedAPNSSandboxChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who last updated this entryAPNSSandboxChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedAPNSSandboxChannelResponse.Builder platform(String platform)
platform - The platform type. Will be APNS_SANDBOX.APNSSandboxChannelResponse.Builder version(Integer version)
version - Version of channelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.