Interface APNSSandboxChannelResponse.Builder

    • Method Detail

      • applicationId

        APNSSandboxChannelResponse.Builder applicationId​(String applicationId)

        The unique identifier for the application that the APNs sandbox channel applies to.

        Parameters:
        applicationId - The unique identifier for the application that the APNs sandbox channel applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        APNSSandboxChannelResponse.Builder creationDate​(String creationDate)

        The date and time when the APNs sandbox channel was enabled.

        Parameters:
        creationDate - The date and time when the APNs sandbox channel was enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultAuthenticationMethod

        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.

        Parameters:
        defaultAuthenticationMethod - The default authentication method that Amazon Pinpoint uses to authenticate with the APNs sandbox environment for this channel, key or certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabled

        APNSSandboxChannelResponse.Builder enabled​(Boolean enabled)

        Specifies whether the APNs sandbox channel is enabled for the application.

        Parameters:
        enabled - Specifies whether the APNs sandbox channel is enabled for the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hasCredential

        APNSSandboxChannelResponse.Builder hasCredential​(Boolean hasCredential)

        (Not used) This property is retained only for backward compatibility.

        Parameters:
        hasCredential - (Not used) This property is retained only for backward compatibility.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hasTokenKey

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        APNSSandboxChannelResponse.Builder id​(String id)

        (Deprecated) An identifier for the APNs sandbox channel. This property is retained only for backward compatibility.

        Parameters:
        id - (Deprecated) An identifier for the APNs sandbox channel. This property is retained only for backward compatibility.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isArchived

        APNSSandboxChannelResponse.Builder isArchived​(Boolean isArchived)

        Specifies whether the APNs sandbox channel is archived.

        Parameters:
        isArchived - Specifies whether the APNs sandbox channel is archived.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedBy

        APNSSandboxChannelResponse.Builder lastModifiedBy​(String lastModifiedBy)

        The user who last modified the APNs sandbox channel.

        Parameters:
        lastModifiedBy - The user who last modified the APNs sandbox channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedDate

        APNSSandboxChannelResponse.Builder lastModifiedDate​(String lastModifiedDate)

        The date and time when the APNs sandbox channel was last modified.

        Parameters:
        lastModifiedDate - The date and time when the APNs sandbox channel was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platform

        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.

        Parameters:
        platform - The type of messaging or notification platform for the channel. For the APNs sandbox channel, this value is APNS_SANDBOX.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        APNSSandboxChannelResponse.Builder version​(Integer version)

        The current version of the APNs sandbox channel.

        Parameters:
        version - The current version of the APNs sandbox channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.