Interface APNSVoipChannelResponse.Builder

All Superinterfaces:
Buildable, CopyableBuilder<APNSVoipChannelResponse.Builder,APNSVoipChannelResponse>, SdkBuilder<APNSVoipChannelResponse.Builder,APNSVoipChannelResponse>, SdkPojo
Enclosing class:
APNSVoipChannelResponse

public static interface APNSVoipChannelResponse.Builder extends SdkPojo, CopyableBuilder<APNSVoipChannelResponse.Builder,APNSVoipChannelResponse>
  • Method Details

    • applicationId

      APNSVoipChannelResponse.Builder applicationId(String applicationId)

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

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

      APNSVoipChannelResponse.Builder creationDate(String creationDate)

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

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

      APNSVoipChannelResponse.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)

      The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key or certificate.

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

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

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

      APNSVoipChannelResponse.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

      APNSVoipChannelResponse.Builder hasTokenKey(Boolean hasTokenKey)

      Specifies whether the APNs VoIP 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 VoIP 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

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

      Parameters:
      id - (Deprecated) An identifier for the APNs VoIP 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

      APNSVoipChannelResponse.Builder isArchived(Boolean isArchived)

      Specifies whether the APNs VoIP channel is archived.

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

      APNSVoipChannelResponse.Builder lastModifiedBy(String lastModifiedBy)

      The user who last modified the APNs VoIP channel.

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

      APNSVoipChannelResponse.Builder lastModifiedDate(String lastModifiedDate)

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

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

      The type of messaging or notification platform for the channel. For the APNs VoIP channel, this value is APNS_VOIP.

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

      The current version of the APNs VoIP channel.

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