Interface APNSSandboxChannelRequest.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<APNSSandboxChannelRequest.Builder,,- APNSSandboxChannelRequest> - SdkBuilder<APNSSandboxChannelRequest.Builder,,- APNSSandboxChannelRequest> - SdkPojo
- Enclosing class:
- APNSSandboxChannelRequest
- 
Method SummaryModifier and TypeMethodDescriptionThe bundle identifier that's assigned to your iOS app.certificate(String certificate) The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate.defaultAuthenticationMethod(String defaultAuthenticationMethod) The default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs sandbox environment, key or certificate.Specifies whether to enable the APNs sandbox channel for the application.privateKey(String privateKey) The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.The identifier that's assigned to your Apple developer account team.The authentication key to use for APNs tokens.tokenKeyId(String tokenKeyId) The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bundleIdThe bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens. - Parameters:
- bundleId- The bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
certificateThe APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate. - Parameters:
- certificate- The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultAuthenticationMethodThe default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs sandbox environment, key or certificate. - Parameters:
- defaultAuthenticationMethod- The default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs sandbox environment, key or certificate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
enabledSpecifies whether to enable the APNs sandbox channel for the application. - Parameters:
- enabled- Specifies whether to enable the APNs sandbox channel for the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
privateKeyThe private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment. - Parameters:
- privateKey- The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
teamIdThe identifier that's assigned to your Apple developer account team. This identifier is used for APNs tokens. - Parameters:
- teamId- The identifier that's assigned to your Apple developer account team. This identifier is used for APNs tokens.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tokenKeyThe authentication key to use for APNs tokens. - Parameters:
- tokenKey- The authentication key to use for APNs tokens.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tokenKeyIdThe key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens. - Parameters:
- tokenKeyId- The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-