Package com.pulumi.aws.pinpoint
Class ApnsChannelArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.pinpoint.ApnsChannelArgs.Builder
-
- Enclosing class:
- ApnsChannelArgs
public static final class ApnsChannelArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ApnsChannelArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApnsChannelArgs.Builder
applicationId(com.pulumi.core.Output<java.lang.String> applicationId)
ApnsChannelArgs.Builder
applicationId(java.lang.String applicationId)
ApnsChannelArgs
build()
ApnsChannelArgs.Builder
bundleId(com.pulumi.core.Output<java.lang.String> bundleId)
ApnsChannelArgs.Builder
bundleId(java.lang.String bundleId)
ApnsChannelArgs.Builder
certificate(com.pulumi.core.Output<java.lang.String> certificate)
ApnsChannelArgs.Builder
certificate(java.lang.String certificate)
ApnsChannelArgs.Builder
defaultAuthenticationMethod(com.pulumi.core.Output<java.lang.String> defaultAuthenticationMethod)
ApnsChannelArgs.Builder
defaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
ApnsChannelArgs.Builder
enabled(com.pulumi.core.Output<java.lang.Boolean> enabled)
ApnsChannelArgs.Builder
enabled(java.lang.Boolean enabled)
ApnsChannelArgs.Builder
privateKey(com.pulumi.core.Output<java.lang.String> privateKey)
ApnsChannelArgs.Builder
privateKey(java.lang.String privateKey)
ApnsChannelArgs.Builder
teamId(com.pulumi.core.Output<java.lang.String> teamId)
ApnsChannelArgs.Builder
teamId(java.lang.String teamId)
ApnsChannelArgs.Builder
tokenKey(com.pulumi.core.Output<java.lang.String> tokenKey)
ApnsChannelArgs.Builder
tokenKey(java.lang.String tokenKey)
ApnsChannelArgs.Builder
tokenKeyId(com.pulumi.core.Output<java.lang.String> tokenKeyId)
ApnsChannelArgs.Builder
tokenKeyId(java.lang.String tokenKeyId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ApnsChannelArgs defaults)
-
-
Method Detail
-
applicationId
public ApnsChannelArgs.Builder applicationId(com.pulumi.core.Output<java.lang.String> applicationId)
- Parameters:
applicationId
- The application ID.- Returns:
- builder
-
applicationId
public ApnsChannelArgs.Builder applicationId(java.lang.String applicationId)
- Parameters:
applicationId
- The application ID.- Returns:
- builder
-
bundleId
public ApnsChannelArgs.Builder bundleId(@Nullable com.pulumi.core.Output<java.lang.String> bundleId)
- Parameters:
bundleId
- The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.- Returns:
- builder
-
bundleId
public ApnsChannelArgs.Builder bundleId(java.lang.String bundleId)
- Parameters:
bundleId
- The ID assigned to your iOS app. To find this value, choose Certificates, IDs & Profiles, choose App IDs in the Identifiers section, and choose your app.- Returns:
- builder
-
certificate
public ApnsChannelArgs.Builder certificate(@Nullable com.pulumi.core.Output<java.lang.String> certificate)
- Parameters:
certificate
- The pem encoded TLS Certificate from Apple.- Returns:
- builder
-
certificate
public ApnsChannelArgs.Builder certificate(java.lang.String certificate)
- Parameters:
certificate
- The pem encoded TLS Certificate from Apple.- Returns:
- builder
-
defaultAuthenticationMethod
public ApnsChannelArgs.Builder defaultAuthenticationMethod(@Nullable com.pulumi.core.Output<java.lang.String> defaultAuthenticationMethod)
- Parameters:
defaultAuthenticationMethod
- The default authentication method used for APNs. __NOTE__: Amazon Pinpoint uses this default for every APNs push notification that you send using the console. You can override the default when you send a message programmatically using the Amazon Pinpoint API, the AWS CLI, or an AWS SDK. If your default authentication type fails, Amazon Pinpoint doesn't attempt to use the other authentication type. One of the following sets of credentials is also required. If you choose to use __Certificate credentials__ you will have to provide:- Returns:
- builder
-
defaultAuthenticationMethod
public ApnsChannelArgs.Builder defaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
- Parameters:
defaultAuthenticationMethod
- The default authentication method used for APNs. __NOTE__: Amazon Pinpoint uses this default for every APNs push notification that you send using the console. You can override the default when you send a message programmatically using the Amazon Pinpoint API, the AWS CLI, or an AWS SDK. If your default authentication type fails, Amazon Pinpoint doesn't attempt to use the other authentication type. One of the following sets of credentials is also required. If you choose to use __Certificate credentials__ you will have to provide:- Returns:
- builder
-
enabled
public ApnsChannelArgs.Builder enabled(@Nullable com.pulumi.core.Output<java.lang.Boolean> enabled)
- Parameters:
enabled
- Whether the channel is enabled or disabled. Defaults to `true`.- Returns:
- builder
-
enabled
public ApnsChannelArgs.Builder enabled(java.lang.Boolean enabled)
- Parameters:
enabled
- Whether the channel is enabled or disabled. Defaults to `true`.- Returns:
- builder
-
privateKey
public ApnsChannelArgs.Builder privateKey(@Nullable com.pulumi.core.Output<java.lang.String> privateKey)
- Parameters:
privateKey
- The Certificate Private Key file (ie. `.key` file). If you choose to use __Key credentials__ you will have to provide:- Returns:
- builder
-
privateKey
public ApnsChannelArgs.Builder privateKey(java.lang.String privateKey)
- Parameters:
privateKey
- The Certificate Private Key file (ie. `.key` file). If you choose to use __Key credentials__ you will have to provide:- Returns:
- builder
-
teamId
public ApnsChannelArgs.Builder teamId(@Nullable com.pulumi.core.Output<java.lang.String> teamId)
- Parameters:
teamId
- The ID assigned to your Apple developer account team. This value is provided on the Membership page.- Returns:
- builder
-
teamId
public ApnsChannelArgs.Builder teamId(java.lang.String teamId)
- Parameters:
teamId
- The ID assigned to your Apple developer account team. This value is provided on the Membership page.- Returns:
- builder
-
tokenKey
public ApnsChannelArgs.Builder tokenKey(@Nullable com.pulumi.core.Output<java.lang.String> tokenKey)
- Parameters:
tokenKey
- The `.p8` file that you download from your Apple developer account when you create an authentication key.- Returns:
- builder
-
tokenKey
public ApnsChannelArgs.Builder tokenKey(java.lang.String tokenKey)
- Parameters:
tokenKey
- The `.p8` file that you download from your Apple developer account when you create an authentication key.- Returns:
- builder
-
tokenKeyId
public ApnsChannelArgs.Builder tokenKeyId(@Nullable com.pulumi.core.Output<java.lang.String> tokenKeyId)
- Parameters:
tokenKeyId
- The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.- Returns:
- builder
-
tokenKeyId
public ApnsChannelArgs.Builder tokenKeyId(java.lang.String tokenKeyId)
- Parameters:
tokenKeyId
- The ID assigned to your signing key. To find this value, choose Certificates, IDs & Profiles, and choose your key in the Keys section.- Returns:
- builder
-
build
public ApnsChannelArgs build()
-
-