Interface VoiceProfileSummary.Builder

    • Method Detail

      • voiceProfileId

        VoiceProfileSummary.Builder voiceProfileId​(String voiceProfileId)

        The ID of the voice profile in a voice profile summary.

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

        VoiceProfileSummary.Builder voiceProfileArn​(String voiceProfileArn)

        The ARN of the voice profile in a voice profile summary.

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

        VoiceProfileSummary.Builder voiceProfileDomainId​(String voiceProfileDomainId)

        The ID of the voice profile domain in a voice profile summary.

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

        VoiceProfileSummary.Builder createdTimestamp​(Instant createdTimestamp)

        The time at which a voice profile summary was created.

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

        VoiceProfileSummary.Builder updatedTimestamp​(Instant updatedTimestamp)

        The time at which a voice profile summary was last updated.

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

        VoiceProfileSummary.Builder expirationTimestamp​(Instant expirationTimestamp)

        Extends the life of the voice profile. You can use UpdateVoiceProfile to refresh an existing voice profile's voice print and extend the life of the summary.

        Parameters:
        expirationTimestamp - Extends the life of the voice profile. You can use UpdateVoiceProfile to refresh an existing voice profile's voice print and extend the life of the summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.