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