CopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
, SdkBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
public static interface APNSSandboxChannelResponse.Builder extends CopyableBuilder<APNSSandboxChannelResponse.Builder,APNSSandboxChannelResponse>
Modifier and Type | Method | Description |
---|---|---|
APNSSandboxChannelResponse.Builder |
applicationId(String applicationId) |
Application id
|
APNSSandboxChannelResponse.Builder |
creationDate(String creationDate) |
When was this segment created
|
APNSSandboxChannelResponse.Builder |
enabled(Boolean enabled) |
If the channel is enabled for sending messages.
|
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
|
copy
apply, build
APNSSandboxChannelResponse.Builder applicationId(String applicationId)
applicationId
- Application idAPNSSandboxChannelResponse.Builder creationDate(String creationDate)
creationDate
- When was this segment createdAPNSSandboxChannelResponse.Builder enabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.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.APNSSandboxChannelResponse.Builder version(Integer version)
version
- Version of channelCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.