public static interface APNSChannelResponse.Builder extends SdkPojo, CopyableBuilder<APNSChannelResponse.Builder,APNSChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
APNSChannelResponse.Builder |
applicationId(String applicationId)
The ID of the application that the channel applies to.
|
APNSChannelResponse.Builder |
creationDate(String creationDate)
The date and time when this channel was 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)
Not used.
|
APNSChannelResponse.Builder |
hasTokenKey(Boolean hasTokenKey)
Indicates whether the channel is configured with a key for APNs token authentication.
|
APNSChannelResponse.Builder |
id(String id)
(Deprecated) An identifier for the channel.
|
APNSChannelResponse.Builder |
isArchived(Boolean isArchived)
Indicates whether or not the channel is archived.
|
APNSChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The user who last updated this channel.
|
APNSChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date and time when this channel was last modified.
|
APNSChannelResponse.Builder |
platform(String platform)
The platform type.
|
APNSChannelResponse.Builder |
version(Integer version)
The channel version.
|
copyapplyMutation, buildAPNSChannelResponse.Builder applicationId(String applicationId)
applicationId - The ID of the application that the channel applies to.APNSChannelResponse.Builder creationDate(String creationDate)
creationDate - The date and time when this channel was created.APNSChannelResponse.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 - Not used. Retained for backwards compatibility.APNSChannelResponse.Builder hasTokenKey(Boolean hasTokenKey)
hasTokenKey - Indicates whether the channel is configured with a key for APNs token authentication. Provide a token
key by setting the TokenKey attribute.APNSChannelResponse.Builder id(String id)
id - (Deprecated) An identifier for the channel. Retained for backwards compatibility.APNSChannelResponse.Builder isArchived(Boolean isArchived)
isArchived - Indicates whether or not the channel is archived.APNSChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
lastModifiedBy - The user who last updated this channel.APNSChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
lastModifiedDate - The date and time when this channel was last modified.APNSChannelResponse.Builder platform(String platform)
platform - The platform type. For this channel, the value is always "ADM."APNSChannelResponse.Builder version(Integer version)
version - The channel version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.