JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lexmodelsv2.model

Class UpdateBotAliasResult

    • Constructor Detail

      • UpdateBotAliasResult

        public UpdateBotAliasResult()
    • Method Detail

      • setBotAliasId

        public void setBotAliasId(String botAliasId)

        The identifier of the updated bot alias.

        Parameters:
        botAliasId - The identifier of the updated bot alias.
      • getBotAliasId

        public String getBotAliasId()

        The identifier of the updated bot alias.

        Returns:
        The identifier of the updated bot alias.
      • withBotAliasId

        public UpdateBotAliasResult withBotAliasId(String botAliasId)

        The identifier of the updated bot alias.

        Parameters:
        botAliasId - The identifier of the updated bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotAliasName

        public void setBotAliasName(String botAliasName)

        The updated name of the bot alias.

        Parameters:
        botAliasName - The updated name of the bot alias.
      • getBotAliasName

        public String getBotAliasName()

        The updated name of the bot alias.

        Returns:
        The updated name of the bot alias.
      • withBotAliasName

        public UpdateBotAliasResult withBotAliasName(String botAliasName)

        The updated name of the bot alias.

        Parameters:
        botAliasName - The updated name of the bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The updated description of the bot alias.

        Parameters:
        description - The updated description of the bot alias.
      • getDescription

        public String getDescription()

        The updated description of the bot alias.

        Returns:
        The updated description of the bot alias.
      • withDescription

        public UpdateBotAliasResult withDescription(String description)

        The updated description of the bot alias.

        Parameters:
        description - The updated description of the bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotVersion

        public void setBotVersion(String botVersion)

        The updated version of the bot that the alias points to.

        Parameters:
        botVersion - The updated version of the bot that the alias points to.
      • getBotVersion

        public String getBotVersion()

        The updated version of the bot that the alias points to.

        Returns:
        The updated version of the bot that the alias points to.
      • withBotVersion

        public UpdateBotAliasResult withBotVersion(String botVersion)

        The updated version of the bot that the alias points to.

        Parameters:
        botVersion - The updated version of the bot that the alias points to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getBotAliasLocaleSettings

        public Map<String,BotAliasLocaleSettings> getBotAliasLocaleSettings()

        The updated Lambda functions to use in each locale for the bot alias.

        Returns:
        The updated Lambda functions to use in each locale for the bot alias.
      • setBotAliasLocaleSettings

        public void setBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)

        The updated Lambda functions to use in each locale for the bot alias.

        Parameters:
        botAliasLocaleSettings - The updated Lambda functions to use in each locale for the bot alias.
      • withBotAliasLocaleSettings

        public UpdateBotAliasResult withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)

        The updated Lambda functions to use in each locale for the bot alias.

        Parameters:
        botAliasLocaleSettings - The updated Lambda functions to use in each locale for the bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearBotAliasLocaleSettingsEntries

        public UpdateBotAliasResult clearBotAliasLocaleSettingsEntries()
        Removes all the entries added into BotAliasLocaleSettings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConversationLogSettings

        public void setConversationLogSettings(ConversationLogSettings conversationLogSettings)

        The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.

        Parameters:
        conversationLogSettings - The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
      • getConversationLogSettings

        public ConversationLogSettings getConversationLogSettings()

        The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.

        Returns:
        The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
      • withConversationLogSettings

        public UpdateBotAliasResult withConversationLogSettings(ConversationLogSettings conversationLogSettings)

        The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.

        Parameters:
        conversationLogSettings - The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSentimentAnalysisSettings

        public void setSentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)
        Parameters:
        sentimentAnalysisSettings -
      • withSentimentAnalysisSettings

        public UpdateBotAliasResult withSentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)
        Parameters:
        sentimentAnalysisSettings -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBotAliasStatus

        public void setBotAliasStatus(String botAliasStatus)

        The current status of the bot alias. When the status is Available the alias is ready for use.

        Parameters:
        botAliasStatus - The current status of the bot alias. When the status is Available the alias is ready for use.
        See Also:
        BotAliasStatus
      • getBotAliasStatus

        public String getBotAliasStatus()

        The current status of the bot alias. When the status is Available the alias is ready for use.

        Returns:
        The current status of the bot alias. When the status is Available the alias is ready for use.
        See Also:
        BotAliasStatus
      • withBotAliasStatus

        public UpdateBotAliasResult withBotAliasStatus(String botAliasStatus)

        The current status of the bot alias. When the status is Available the alias is ready for use.

        Parameters:
        botAliasStatus - The current status of the bot alias. When the status is Available the alias is ready for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotAliasStatus
      • withBotAliasStatus

        public UpdateBotAliasResult withBotAliasStatus(BotAliasStatus botAliasStatus)

        The current status of the bot alias. When the status is Available the alias is ready for use.

        Parameters:
        botAliasStatus - The current status of the bot alias. When the status is Available the alias is ready for use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotAliasStatus
      • setBotId

        public void setBotId(String botId)

        The identifier of the bot with the updated alias.

        Parameters:
        botId - The identifier of the bot with the updated alias.
      • getBotId

        public String getBotId()

        The identifier of the bot with the updated alias.

        Returns:
        The identifier of the bot with the updated alias.
      • withBotId

        public UpdateBotAliasResult withBotId(String botId)

        The identifier of the bot with the updated alias.

        Parameters:
        botId - The identifier of the bot with the updated alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

        A timestamp of the date and time that the bot was created.

        Parameters:
        creationDateTime - A timestamp of the date and time that the bot was created.
      • getCreationDateTime

        public Date getCreationDateTime()

        A timestamp of the date and time that the bot was created.

        Returns:
        A timestamp of the date and time that the bot was created.
      • withCreationDateTime

        public UpdateBotAliasResult withCreationDateTime(Date creationDateTime)

        A timestamp of the date and time that the bot was created.

        Parameters:
        creationDateTime - A timestamp of the date and time that the bot was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastUpdatedDateTime

        public void setLastUpdatedDateTime(Date lastUpdatedDateTime)

        A timestamp of the date and time that the bot was last updated.

        Parameters:
        lastUpdatedDateTime - A timestamp of the date and time that the bot was last updated.
      • getLastUpdatedDateTime

        public Date getLastUpdatedDateTime()

        A timestamp of the date and time that the bot was last updated.

        Returns:
        A timestamp of the date and time that the bot was last updated.
      • withLastUpdatedDateTime

        public UpdateBotAliasResult withLastUpdatedDateTime(Date lastUpdatedDateTime)

        A timestamp of the date and time that the bot was last updated.

        Parameters:
        lastUpdatedDateTime - A timestamp of the date and time that the bot was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /