@Generated(value="software.amazon.awssdk:codegen") public final class APNSVoipChannelRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<APNSVoipChannelRequest.Builder,APNSVoipChannelRequest>
Specifies the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
APNSVoipChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static APNSVoipChannelRequest.Builder |
builder() |
String |
bundleId()
The bundle identifier that's assigned to your iOS app.
|
String |
certificate()
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by
using an APNs certificate.
|
String |
defaultAuthenticationMethod()
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or
certificate.
|
Boolean |
enabled()
Specifies whether to enable the APNs VoIP channel for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
privateKey()
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends APNSVoipChannelRequest.Builder> |
serializableBuilderClass() |
String |
teamId()
The identifier that's assigned to your Apple developer account team.
|
APNSVoipChannelRequest.Builder |
toBuilder() |
String |
tokenKey()
The authentication key to use for APNs tokens.
|
String |
tokenKeyId()
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs
by using APNs tokens.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bundleId()
The bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens.
public final String certificate()
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.
public final String defaultAuthenticationMethod()
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or certificate.
public final Boolean enabled()
Specifies whether to enable the APNs VoIP channel for the application.
public final String privateKey()
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
public final String teamId()
The identifier that's assigned to your Apple developer account team. This identifier is used for APNs tokens.
public final String tokenKey()
The authentication key to use for APNs tokens.
public final String tokenKeyId()
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.
public APNSVoipChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<APNSVoipChannelRequest.Builder,APNSVoipChannelRequest>public static APNSVoipChannelRequest.Builder builder()
public static Class<? extends APNSVoipChannelRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.