public static interface APNSChannelResponse.Builder extends SdkPojo, CopyableBuilder<APNSChannelResponse.Builder,APNSChannelResponse>
Modifier and Type | Method and Description |
---|---|
APNSChannelResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that the APNs channel applies to.
|
APNSChannelResponse.Builder |
creationDate(String creationDate)
The date and time when the APNs channel was enabled.
|
APNSChannelResponse.Builder |
defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key
or certificate.
|
APNSChannelResponse.Builder |
enabled(Boolean enabled)
Specifies whether the APNs channel is enabled for the application.
|
APNSChannelResponse.Builder |
hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
APNSChannelResponse.Builder |
hasTokenKey(Boolean hasTokenKey)
Specifies whether the APNs channel is configured to communicate with APNs by using APNs tokens.
|
APNSChannelResponse.Builder |
id(String id)
(Deprecated) An identifier for the APNs channel.
|
APNSChannelResponse.Builder |
isArchived(Boolean isArchived)
Specifies whether the APNs channel is archived.
|
APNSChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The user who last modified the APNs channel.
|
APNSChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date and time when the APNs channel was last modified.
|
APNSChannelResponse.Builder |
platform(String platform)
The type of messaging or notification platform for the channel.
|
APNSChannelResponse.Builder |
version(Integer version)
The current version of the APNs channel.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
APNSChannelResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the APNs channel applies to.
applicationId
- The unique identifier for the application that the APNs channel applies to.APNSChannelResponse.Builder creationDate(String creationDate)
The date and time when the APNs channel was enabled.
creationDate
- The date and time when the APNs channel was enabled.APNSChannelResponse.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key or certificate.
defaultAuthenticationMethod
- The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this
channel, key or certificate.APNSChannelResponse.Builder enabled(Boolean enabled)
Specifies whether the APNs channel is enabled for the application.
enabled
- Specifies whether the APNs channel is enabled for the application.APNSChannelResponse.Builder hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
hasCredential
- (Not used) This property is retained only for backward compatibility.APNSChannelResponse.Builder hasTokenKey(Boolean hasTokenKey)
Specifies whether the APNs channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.
hasTokenKey
- Specifies whether the APNs channel is configured to communicate with APNs by using APNs tokens. To
provide an authentication key for APNs tokens, set the TokenKey property of the channel.APNSChannelResponse.Builder id(String id)
(Deprecated) An identifier for the APNs channel. This property is retained only for backward compatibility.
id
- (Deprecated) An identifier for the APNs channel. This property is retained only for backward
compatibility.APNSChannelResponse.Builder isArchived(Boolean isArchived)
Specifies whether the APNs channel is archived.
isArchived
- Specifies whether the APNs channel is archived.APNSChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
The user who last modified the APNs channel.
lastModifiedBy
- The user who last modified the APNs channel.APNSChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
The date and time when the APNs channel was last modified.
lastModifiedDate
- The date and time when the APNs channel was last modified.APNSChannelResponse.Builder platform(String platform)
The type of messaging or notification platform for the channel. For the APNs channel, this value is APNS.
platform
- The type of messaging or notification platform for the channel. For the APNs channel, this value is APNS.
APNSChannelResponse.Builder version(Integer version)
The current version of the APNs channel.
version
- The current version of the APNs channel.Copyright © 2021. All rights reserved.