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