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