Interface APNSVoipSandboxChannelResponse.Builder

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

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

    • applicationId

      APNSVoipSandboxChannelResponse.Builder applicationId(String applicationId)

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

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

      APNSVoipSandboxChannelResponse.Builder creationDate(String creationDate)

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

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

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

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

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

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

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

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

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

      Specifies whether the APNs VoIP sandbox channel is archived.

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

      APNSVoipSandboxChannelResponse.Builder lastModifiedBy(String lastModifiedBy)

      The user who last modified the APNs VoIP sandbox channel.

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

      APNSVoipSandboxChannelResponse.Builder lastModifiedDate(String lastModifiedDate)

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

      Parameters:
      lastModifiedDate - The date and time when the APNs VoIP sandbox 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 sandbox channel, this value is APNS_VOIP_SANDBOX.

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

      The current version of the APNs VoIP sandbox channel.

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