Class ApnsSandboxChannelArgs.Builder

  • Enclosing class:
    ApnsSandboxChannelArgs

    public static final class ApnsSandboxChannelArgs.Builder
    extends java.lang.Object
    • Method Detail

      • applicationId

        public ApnsSandboxChannelArgs.Builder applicationId​(com.pulumi.core.Output<java.lang.String> applicationId)
        Parameters:
        applicationId - The application ID.
        Returns:
        builder
      • applicationId

        public ApnsSandboxChannelArgs.Builder applicationId​(java.lang.String applicationId)
        Parameters:
        applicationId - The application ID.
        Returns:
        builder
      • bundleId

        public ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.Builder certificate​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> certificate)
        Parameters:
        certificate - The pem encoded TLS Certificate from Apple.
        Returns:
        builder
      • certificate

        public ApnsSandboxChannelArgs.Builder certificate​(java.lang.String certificate)
        Parameters:
        certificate - The pem encoded TLS Certificate from Apple.
        Returns:
        builder
      • defaultAuthenticationMethod

        public ApnsSandboxChannelArgs.Builder defaultAuthenticationMethod​(@Nullable
                                                                          com.pulumi.core.Output<java.lang.String> defaultAuthenticationMethod)
        Parameters:
        defaultAuthenticationMethod - The default authentication method used for APNs Sandbox. __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 ApnsSandboxChannelArgs.Builder defaultAuthenticationMethod​(java.lang.String defaultAuthenticationMethod)
        Parameters:
        defaultAuthenticationMethod - The default authentication method used for APNs Sandbox. __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 ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.Builder enabled​(java.lang.Boolean enabled)
        Parameters:
        enabled - Whether the channel is enabled or disabled. Defaults to `true`.
        Returns:
        builder
      • privateKey

        public ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.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 ApnsSandboxChannelArgs.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