Interface VoiceProfile.Builder

  • Method Details

    • voiceProfileId

      VoiceProfile.Builder voiceProfileId(String voiceProfileId)

      The ID of the voice profile.

      Parameters:
      voiceProfileId - The ID of the voice profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • voiceProfileArn

      VoiceProfile.Builder voiceProfileArn(String voiceProfileArn)

      The ARN of the voice profile.

      Parameters:
      voiceProfileArn - The ARN of the voice profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • voiceProfileDomainId

      VoiceProfile.Builder voiceProfileDomainId(String voiceProfileDomainId)

      The ID of the domain that contains the voice profile.

      Parameters:
      voiceProfileDomainId - The ID of the domain that contains the voice profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimestamp

      VoiceProfile.Builder createdTimestamp(Instant createdTimestamp)

      The time at which the voice profile was created and enrolled.

      Parameters:
      createdTimestamp - The time at which the voice profile was created and enrolled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedTimestamp

      VoiceProfile.Builder updatedTimestamp(Instant updatedTimestamp)

      The time at which the voice profile was last updated.

      Parameters:
      updatedTimestamp - The time at which the voice profile was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expirationTimestamp

      VoiceProfile.Builder expirationTimestamp(Instant expirationTimestamp)

      The time at which a voice profile expires unless you re-enroll the caller via the UpdateVoiceProfile API.

      Parameters:
      expirationTimestamp - The time at which a voice profile expires unless you re-enroll the caller via the UpdateVoiceProfile API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.