public static interface APNSSandboxChannelResponse.Builder extends SdkPojo, CopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
APNSSandboxChannelResponse.Builder |
applicationId(String applicationId)
The ID of the application to which the channel applies.
|
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)
Not used.
|
APNSSandboxChannelResponse.Builder |
hasTokenKey(Boolean hasTokenKey)
Indicates whether the channel is configured with a key for APNs token 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 - The ID of the application to which the channel applies.APNSSandboxChannelResponse.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 - Not used. Retained for backwards compatibility.APNSSandboxChannelResponse.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.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.